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)