create runner game
This commit is contained in:
parent
fb0351cfe6
commit
42eda85fd0
7 changed files with 1206 additions and 1 deletions
11
soweli/Makefile
Normal file
11
soweli/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all : flash
|
||||
|
||||
TARGET:=soweli
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue