aboutsummaryrefslogtreecommitdiff
path: root/puzzle/dummy/makefile
blob: e22f546e9625ed4aa4a15e5230311b6ed443f522 (plain)
1
2
3
4
5
6
7
8
TARGET = $(BUILD_DIR)/main.elf

include ../../lazy.mk

export SERIAL_PORT ?= /dev/ttyACM0
flash: upload;
upload-main: $(TARGET)