all : flash

TARGET:=blink
TARGET_MCU:=CH32X035

include ch32fun/ch32fun/ch32fun.mk

flash : cv_flash
clean : cv_clean
