Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e1151e46
Commit
e1151e46
authored
Dec 30, 2013
by
Paul Sokolovsky
Browse files
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
parent
8cc96a35
Changes
3
Hide whitespace changes
Inline
Side-by-side
stm/Makefile
View file @
e1151e46
...
...
@@ -193,6 +193,6 @@ $(BUILD)/compile.o: $(PYSRC)/grammar.h
$(BUILD)/emitbc.o
:
$(PYSRC)/emit.h
clean
:
/bin/rm
-r
$(BUILD)
/bin/rm
-r
f
$(BUILD)
.PHONY
:
all clean
unix-cpy/Makefile
View file @
e1151e46
...
...
@@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
$(BUILD)/emitbc.o
:
$(PYSRC)/emit.h
clean
:
/bin/rm
-r
$(BUILD)
/bin/rm
-r
f
$(BUILD)
.PHONY
:
clean
unix/Makefile
View file @
e1151e46
...
...
@@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
$(BUILD)/emitbc.o
:
$(PYSRC)/emit.h
clean
:
/bin/rm
-r
$(BUILD)
/bin/rm
-r
f
$(BUILD)
.PHONY
:
clean
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment