Skip to content

Commit

Permalink
Updated Makefile to avoid using updates.json file name directly
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadToDream committed Sep 11, 2023
1 parent de68a61 commit a0e11d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ $(BUILD_DIR):

# Clean up generated files
clean:
rm -rf $(BUILD_DIR) updates.json
rm -rf $(BUILD_DIR) $(JSON_FILE)

0 comments on commit a0e11d1

Please sign in to comment.