bad-apple/ch32_decoder/Makefile

12 lines
236 B
Makefile
Raw Normal View History

2024-04-12 22:26:24 +02:00
all : flash
TARGET:=bad_apple
CH32V003FUN:=../../ch32v003fun/ch32v003fun
include ../../ch32v003fun/ch32v003fun/ch32v003fun.mk
flash : build
gdb-multiarch -x gdbinit -ex 'load' -ex 'detach' -ex 'quit' $(TARGET).elf
clean : cv_clean