bad-apple/ch32_decoder/Makefile
2025-06-19 00:03:28 +02:00

11 lines
226 B
Makefile

all : flash
TARGET:=bad_apple
CH32V003FUN:=../../ch32v003fun/ch32v003fun
include ../../ch32v003fun/ch32v003fun/ch32v003fun.mk
flash : build
gdb -x gdbinit -ex 'load' -ex 'detach' -ex 'quit' $(TARGET).elf
clean : cv_clean