summaryrefslogtreecommitdiff
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile b/unix/Makefile
index f6b91889b..0ddf11539 100644
--- a/unix/Makefile
+++ b/unix/Makefile
@@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
clean:
- /bin/rm -r $(BUILD)
+ /bin/rm -rf $(BUILD)
.PHONY: clean