mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
|
||||
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
|
||||
|
||||
clean:
|
||||
/bin/rm -r $(BUILD)
|
||||
/bin/rm -rf $(BUILD)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
@@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
|
||||
$(BUILD)/emitbc.o: $(PYSRC)/emit.h
|
||||
|
||||
clean:
|
||||
/bin/rm -r $(BUILD)
|
||||
/bin/rm -rf $(BUILD)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user