create runner game

This commit is contained in:
Crispy 2024-04-07 18:59:30 +02:00
parent fb0351cfe6
commit 42eda85fd0
7 changed files with 1206 additions and 1 deletions

11
soweli/Makefile Normal file
View 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