1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-01 14:17:00 +00:00

Makefile: clean from *.exe in case if compiled under windows.

This commit is contained in:
sorgelig
2016-01-05 06:58:28 +08:00
parent c0e45769aa
commit 7098bb8009

View File

@@ -35,7 +35,7 @@ LIBS =
all: $(PRJ).hex $(PRJ).upg
clean:
rm -f *.d *.o *.hex *.elf *.map *.lst core *~ */*.d */*.o $(MKUPG) *.bin *.upg
rm -f *.d *.o *.hex *.elf *.map *.lst core *~ */*.d */*.o $(MKUPG) *.bin *.upg *.exe
INTERFACE=olimex-arm-usb-tiny-h
#INTERFACE=busblaster