summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSteven <steven.vasilogianis@gmail.com>2021-10-06 03:36:26 -0400
committerSteven <steven.vasilogianis@gmail.com>2021-10-06 03:36:26 -0400
commitbc6f738e2d8db836b1ca0559701f18ffb425a106 (patch)
treeb4ed7798eabc124715f048afe33f7aa334979cb1 /Makefile
parent29b96288acbb58e66699f66f947e624afae55b0f (diff)
run sensors more often plus big brain c++ lambda with explanatory comment for little brains
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'