summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-02-02 19:01:57 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-02-02 19:01:57 +0100
commit5c70974a399515fe5173c87c1e22c81bbbb2c1ab (patch)
tree2777b20f8eadea7e1dce6d3c6b36f693759052dd /Makefile
parentb6a78899ddd9de3b01a2eda27c64e3cfbebb91b9 (diff)
Don't be bitchy when cleaning.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 203c0be..fa411dd 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ clean: clean-generic
$(Q)$(MAKE) $(MAKE_OPTS) -C arch clean
$(Q)$(MAKE) $(MAKE_OPTS) -C os clean
$(Q)$(MAKE) $(MAKE_OPTS) -C tools clean
- $(Q)rm test-romfs.bin
+ $(Q)rm -f test-romfs.bin
.PHONY: libs FreeRTOS arch os tools