summaryrefslogtreecommitdiff
path: root/src/main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Makefile')
-rw-r--r--src/main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Makefile b/src/main/Makefile
index 5da579d..023ef7b 100644
--- a/src/main/Makefile
+++ b/src/main/Makefile
@@ -112,7 +112,7 @@ $(info HDRS is [${HDRS}])
112$(info BIN is [${BIN}]) 112$(info BIN is [${BIN}])
113$(info SERIAL_DEV is [${SERIAL_DEV}]) 113$(info SERIAL_DEV is [${SERIAL_DEV}])
114 114
115all: $(ELF) upload 115all: $(ELF)
116.PHONY: all 116.PHONY: all
117 117
118compile: $(ELF) 118compile: $(ELF)