fw/common/Makefile.common (clean, spotless): allow overloading (with ::)

This commit is contained in:
Werner Almesberger 2011-09-04 12:31:13 -03:00
parent 405a0c8adc
commit f1f900944b
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ dfu.rel: $(F32XBASE)/fw/boot/dfu.c
# ----- clean -----------------------------------------------------------------
clean:
clean::
rm -f $(OBJS:%=%.rel)
rm -f $(OBJS:%=%.asm) $(OBJS:%=%.lst)
rm -f $(OBJS:%=%.rst) $(OBJS:%=%.sym)
@ -121,5 +121,5 @@ clean:
# ----- spotless --------------------------------------------------------------
spotless: clean
spotless:: clean
rm -f $(MAIN).bin .depend