Files
Flow_Controller/firmware/Makefile
2026-05-19 01:11:07 +02:00

12 lines
185 B
Makefile

all : flash
TARGET:=main
TARGET_MCU:=CH32V003
# Path based on your error output
CH32FUN:=/home/martin/ch32fun/ch32fun
include $(CH32FUN)/ch32fun.mk
flash : cv_flash
clean : cv_clean