aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-29 14:05:08 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-10-29 14:05:08 +0000
commit0b7a7a9018a05920340acb4f47af9e0dc7e73dec (patch)
tree2c1e550dfd622be93d7c5ffe406c8f4e81b8e6ef /makefile
parentddb775f89db55129470f2f79f96191e93d894880 (diff)
downloadSimplex-0b7a7a9018a05920340acb4f47af9e0dc7e73dec.tar.gz
Simplex-0b7a7a9018a05920340acb4f47af9e0dc7e73dec.zip
Improved makefile
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)