summaryrefslogtreecommitdiffstatshomepage
path: root/stm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stm/Makefile')
-rw-r--r--stm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile
index c66a2f6ce6..33d738d78f 100644
--- a/stm/Makefile
+++ b/stm/Makefile
@@ -193,6 +193,6 @@ $(BUILD)/compile.o: $(PYSRC)/grammar.h
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
clean:
- /bin/rm -r $(BUILD)
+ /bin/rm -rf $(BUILD)
.PHONY: all clean