1 2 3 4 5 6 7
TARGET = $(BUILD_DIR)/main.elf include ../../lazy.mk export SERIAL_PORT = /dev/ttyACM0 flash: upload-main;