Compare commits

..

No commits in common. "d5c459d136818838dfe0b915dfc88279c940de5f" and "a338831d69fd592d0c1cc3f5bc136a0938f38df8" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -109,11 +109,10 @@ disassemble: $(target).elf
objcopy: $(target).bin $(target).hex
mrproper: clean
$(QUIET)rm -f $(target).pro
rm -f $(target).pro
clean:
@echo "Cleaning up derived files..."
$(QUIET)rm -f $(target).elf $(target).bin $(target).hex $(OBJ) $(ASOBJ) $(mapfile).map $(CFILES:%.c=$(OBJDIR)/%.c.d) $(ASFILES:%.S=$(OBJDIR)/%.S.d)
rm -f $(target).elf $(target).bin $(target).hex $(OBJ) $(ASOBJ) $(mapfile).map $(CFILES:%.c=$(OBJDIR)/%.c.d) $(ASFILES:%.S=$(OBJDIR)/%.S.d)
qtproject:
echo -e "TEMPLATE = app\nCONFIG -= console app_bundle qt" > $(target).pro
echo -e "SOURCES += $(CFILES) $(ASFILES)" >> $(target).pro

@ -1 +1 @@
Subproject commit 48fcf05b7d54acc03368c90ad8cf437f302f3346
Subproject commit 4dc6cd1e79be4fed928443b91de70699773f7084