summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28fb21d..faa38e0 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ compile: $(ELF)
48$(BIN) $(ELF): $(SRC) $(HDRS) 48$(BIN) $(ELF): $(SRC) $(HDRS)
49 $(cli) compile --warnings all 49 $(cli) compile --warnings all
50 50
51upload: 51upload: $(ELF)
52 $(cli) upload -p "$(SERIAL_DEV)" 52 $(cli) upload -p "$(SERIAL_DEV)"
53 53
54PLAT_PATH != $(cli) compile --show-properties | sed -ne 's/^runtime.platform.path=//p' 54PLAT_PATH != $(cli) compile --show-properties | sed -ne 's/^runtime.platform.path=//p'