aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBuFran2013-07-29 20:10:19 +0200
committerGareth McMullin2013-10-05 12:23:23 +0800
commitf1584b266ba43b9304254deead52f92b0824024b (patch)
treee63bea2262d497e161322ae3650df0718363adab /src/Makefile
parent78464c85622e8ed1142fa0e9c4ca9d69e4f29624 (diff)
[BUILD] Don't throw error on already cleaned output
Diffstat (limited to 'src/Makefile')
-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