diff --git a/Makefile b/Makefile index 19c1bef..ab20dd8 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ $(BUILD_DIR): # Clean up generated files clean: - rm -rf $(BUILD_DIR) updates.json \ No newline at end of file + rm -rf $(BUILD_DIR) $(JSON_FILE) \ No newline at end of file