diff options
| author | Damien George | 2013-12-30 14:43:21 -0800 |
|---|---|---|
| committer | Damien George | 2013-12-30 14:43:21 -0800 |
| commit | 83c437cb0d6a58293ecab799ff3573cc6e267626 (patch) | |
| tree | d447fc5143e040facf0a5df1cc57569aeac19491 /stm | |
| parent | 6baf76e28b17055fc6e5a6c9560e756d32eaad5d (diff) | |
| parent | 2efbc622cbbc15d04ff6d657ac7bc3c743210006 (diff) | |
Merge pull request #12 from pfalcon/minor-fixes
Minor fixes
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/Makefile | 2 |
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 |
