diff options
-rw-r--r-- | puzzle/neo/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/puzzle/neo/makefile b/puzzle/neo/makefile index 26e9157..6b8341b 100644 --- a/puzzle/neo/makefile +++ b/puzzle/neo/makefile @@ -3,6 +3,6 @@ TARGET = $(BUILD_DIR)/main.elf include ../../lazy.mk export SERIAL_PORT ?= /dev/ttyACM0 -flash: upload-main; -upload-main: $(TARGET) +flash: upload; +upload: $(TARGET) |