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