Compare commits
No commits in common. "d5c459d136818838dfe0b915dfc88279c940de5f" and "a338831d69fd592d0c1cc3f5bc136a0938f38df8" have entirely different histories.
d5c459d136
...
a338831d69
@ -109,11 +109,10 @@ disassemble: $(target).elf
|
|||||||
objcopy: $(target).bin $(target).hex
|
objcopy: $(target).bin $(target).hex
|
||||||
|
|
||||||
mrproper: clean
|
mrproper: clean
|
||||||
$(QUIET)rm -f $(target).pro
|
rm -f $(target).pro
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleaning up derived files..."
|
rm -f $(target).elf $(target).bin $(target).hex $(OBJ) $(ASOBJ) $(mapfile).map $(CFILES:%.c=$(OBJDIR)/%.c.d) $(ASFILES:%.S=$(OBJDIR)/%.S.d)
|
||||||
$(QUIET)rm -f $(target).elf $(target).bin $(target).hex $(OBJ) $(ASOBJ) $(mapfile).map $(CFILES:%.c=$(OBJDIR)/%.c.d) $(ASFILES:%.S=$(OBJDIR)/%.S.d)
|
|
||||||
qtproject:
|
qtproject:
|
||||||
echo -e "TEMPLATE = app\nCONFIG -= console app_bundle qt" > $(target).pro
|
echo -e "TEMPLATE = app\nCONFIG -= console app_bundle qt" > $(target).pro
|
||||||
echo -e "SOURCES += $(CFILES) $(ASFILES)" >> $(target).pro
|
echo -e "SOURCES += $(CFILES) $(ASFILES)" >> $(target).pro
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 48fcf05b7d54acc03368c90ad8cf437f302f3346
|
Subproject commit 4dc6cd1e79be4fed928443b91de70699773f7084
|
Loading…
x
Reference in New Issue
Block a user