1 parent 8cc96a3 commit e1151e4Copy full SHA for e1151e4
3 files changed
stm/Makefile
@@ -193,6 +193,6 @@ $(BUILD)/compile.o: $(PYSRC)/grammar.h
193
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
194
195
clean:
196
- /bin/rm -r $(BUILD)
+ /bin/rm -rf $(BUILD)
197
198
.PHONY: all clean
unix-cpy/Makefile
@@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
86
87
88
89
90
91
.PHONY: clean
unix/Makefile
@@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
95
96
97
98
99
100
0 commit comments