It turns out that editing echo lines in the Makefile after you run tests can result in build failures.

Who knew? (oops)
pull/19/head
Jesse Vincent 8 years ago
parent c8fa11bb22
commit 255d483a3d

@ -58,7 +58,7 @@ compile: dirs
$(SKETCH)
@cp $(BUILD_PATH)/$(SKETCH).hex $(HEX_FILE_PATH)
@cp $(BUILD_PATH)/$(SKETCH).elf $(ELF_FILE_PATH)
@echo "Firmware is available at $(HEX_FILE_PATH)
@echo "Firmware is available at $(HEX_FILE_PATH)"
@echo "Have fun!\n"
size: compile

Loading…
Cancel
Save