add deletion of firmware.bin to Makefile

master
Matthias Merz 15 years ago
parent d0757f7799
commit 53f0a3f673

@ -40,7 +40,7 @@ fuses:
clean:
rm -f *.o *.hex *.obj *.i *.s *.d */*.i */*.s */*.o */*.d version.h
rm -f *.o *.hex *.bin *.obj *.i *.s *.d */*.i */*.s */*.o */*.d version.h
# file targets:
firmware.bin: $(OBJECTS)

@ -39,7 +39,7 @@ fuses:
clean:
rm -f *.o *.hex *.obj *.i *.s *.d */*.i */*.s */*.o */*.d version.h
rm -f *.o *.hex *.bin *.obj *.i *.s *.d */*.i */*.s */*.o */*.d version.h
# file targets:
firmware.bin: $(OBJECTS)

Loading…
Cancel
Save