aboutsummaryrefslogtreecommitdiff
path: root/puzzle/smoketest/makefile
blob: 6b8341b5767b09519799fac2c4ca5bc9c855eb49 (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: $(TARGET)