aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorDamien George2013-12-30 14:43:21 -0800
committerDamien George2013-12-30 14:43:21 -0800
commit83c437cb0d6a58293ecab799ff3573cc6e267626 (patch)
treed447fc5143e040facf0a5df1cc57569aeac19491 /stm
parent6baf76e28b17055fc6e5a6c9560e756d32eaad5d (diff)
parent2efbc622cbbc15d04ff6d657ac7bc3c743210006 (diff)
Merge pull request #12 from pfalcon/minor-fixes
Minor fixes
Diffstat (limited to 'stm')
-rw-r--r--stm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/Makefile b/stm/Makefile
index c66a2f6ce..33d738d78 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