aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 8ec9f13..d8d8b00 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -46,8 +46,8 @@ blackmagic: $(OBJ)
.PHONY: clean host_clean
clean: host_clean
- $(RM) *.o *.d *~ blackmagic $(HOSTFILES)
- $(RM) platforms/*/*.o platforms/*/*.d mapfile
+ -$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
+ -$(RM) platforms/*/*.o platforms/*/*.d mapfile
-include *.d