X-Git-Url: http://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/87cbf1b84784aa947794c4db34d053416d300b17..790a0f33c4ee4103d162574518f1c936b260ae08:/scripts/rules.mk diff --git a/scripts/rules.mk b/scripts/rules.mk index c487e4d8..7bfe0ef7 100644 --- a/scripts/rules.mk +++ b/scripts/rules.mk @@ -202,9 +202,9 @@ endif .PHONY clean: clean: FORCE @echo - @echo " >> Cleaning $(CURDIR)" - $(Q)-rm -f *.o *.d *.h *.elf *.a *.ldp *.lcf *.tmp *.s *.c *.map *.out *.bin *.srec - @echo + @echo " >> Rules Clean $(CURDIR)" + $(Q)-rm -v * + $(Q)-rm -v $(ROOTDIR)/binaries/$(BOARDDIR)/* .PHONY : config config: FORCE