Delete example dependencies on 'make clean'

This commit is contained in:
Gareth McMullin 2011-04-24 14:05:37 +12:00
parent 3d820c6ed7
commit cd88855d13
3 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,7 @@ flash: $(BINARY).flash
clean: clean:
$(Q)rm -f *.o $(Q)rm -f *.o
$(Q)rm -f *.d
$(Q)rm -f *.elf $(Q)rm -f *.elf
$(Q)rm -f *.bin $(Q)rm -f *.bin
$(Q)rm -f *.hex $(Q)rm -f *.hex

View File

@ -85,6 +85,7 @@ flash: $(BINARY).flash
clean: clean:
$(Q)rm -f *.o $(Q)rm -f *.o
$(Q)rm -f *.d
$(Q)rm -f *.elf $(Q)rm -f *.elf
$(Q)rm -f *.bin $(Q)rm -f *.bin
$(Q)rm -f *.hex $(Q)rm -f *.hex

View File

@ -85,6 +85,7 @@ flash: $(BINARY).flash
clean: clean:
$(Q)rm -f *.o $(Q)rm -f *.o
$(Q)rm -f *.d
$(Q)rm -f *.elf $(Q)rm -f *.elf
$(Q)rm -f *.bin $(Q)rm -f *.bin
$(Q)rm -f *.hex $(Q)rm -f *.hex