summaryrefslogtreecommitdiffstats
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 988b3b1..c2a6d97 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ $(BUILD_DIR):
clean:
- rm -rf $(BUILD_DIR)
+ rm -rf $(BUILD_DIR)/
.PHONY: clean