aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index fb5c24d..89da730 100644
--- a/makefile
+++ b/makefile
@@ -23,4 +23,4 @@ $(BUILD_DIR)/%.o : %.cpp
.PHONY : clean
clean :
- -rm $(BUILD_DIR)/$(BIN) $(OBJ) $(DEP)
+ -rm -rf $(BUILD_DIR)