From 255d483a3dbdc154b15e6ef37ba0b9726109455f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 19 Sep 2016 13:48:31 +0800 Subject: [PATCH] It turns out that editing echo lines in the Makefile after you run tests can result in build failures. Who knew? (oops) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b64c12f0..09930b5e 100644 --- a/Makefile +++ b/Makefile @@ -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