Stopped deleting the Mario files and test level in clean, since it was taking forever to rebuild as a result.

This commit is contained in:
MeltyPlayer
2022-10-17 20:13:26 -05:00
parent 25744dda72
commit c4b7dce9f7
+1 -1
View File
@@ -72,6 +72,6 @@ run: test
./$(TEST_FILE) ./$(TEST_FILE)
clean: clean:
rm -rf $(BUILD_DIR) $(DIST_DIR) src/decomp/mario test/level.? $(TEST_FILE) rm -rf $(BUILD_DIR) $(DIST_DIR) $(TEST_FILE)
-include $(DEP_FILES) -include $(DEP_FILES)