aboutsummaryrefslogtreecommitdiff
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 a8e0e51..41b11f2 100644
--- a/Makefile
+++ b/Makefile
@@ -137,5 +137,5 @@ $(BUILDDIR)/writer.obj: $(SRCDIR)/writer.cc $(HEADERS)
.PHONY: clean
clean:
- @rm -r $(BUILDDIR)
+ @rm -rf $(BUILDDIR)