diff options
author | Bluebie <a@creativepony.com> | 2012-10-05 20:13:29 +1000 |
---|---|---|
committer | Bluebie <a@creativepony.com> | 2012-10-05 20:13:29 +1000 |
commit | 14a4c35569e54685c9b9890859d751813b90a836 (patch) | |
tree | fb8505ee6d4c5be89b1a4a4829b3ce9a53874f53 /firmware/Makefile | |
parent | 8085bfbe91d2d443bcf601156ea16e5c0721bc94 (diff) | |
download | micronucleus-14a4c35569e54685c9b9890859d751813b90a836.tar.gz micronucleus-14a4c35569e54685c9b9890859d751813b90a836.tar.bz2 micronucleus-14a4c35569e54685c9b9890859d751813b90a836.zip |
fix makefile to clean some uncleanly files
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index d1e42c2..72c034b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -189,7 +189,7 @@ read_fuses: $(UISP) --rd_fuses clean: - rm -f main.hex main.bin *.o usbdrv/*.o main.s usbdrv/oddebug.s usbdrv/usbdrv.s libs-device/osccal.o + rm -f main.hex main.bin main.c.lst main.map *.o usbdrv/*.o main.s usbdrv/oddebug.s usbdrv/usbdrv.s libs-device/osccal.o # file targets: main.bin: $(OBJECTS) |