update build system to be a little more flexible

This commit is contained in:
sigil-03 2025-08-30 11:09:37 -06:00
parent 09ba2415d0
commit cb73b71ffe
4 changed files with 18 additions and 3 deletions

2
ch32v-insert-coin/launch.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
docker run --privileged -it --rm -v "$PWD":/usr/src/app -w /usr/src/app ch32-rust:latest /bin/bash