mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Break console io example out into own app
This commit is contained in:
parent
40e8795f3f
commit
274f347d90
5 changed files with 44 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ all:
|
|||
docker build -t ${DOCKER_IMAGE} .
|
||||
(cd sketch && make)
|
||||
(cd helloworld && make)
|
||||
(cd conio && make)
|
||||
(cd zig-mandel && make)
|
||||
(cd zigtris && make)
|
||||
(cd rust-hello && make)
|
||||
|
|
@ -12,6 +13,7 @@ all:
|
|||
clean:
|
||||
(cd sketch && make clean)
|
||||
(cd helloworld && make clean)
|
||||
(cd conio && make clean)
|
||||
(cd zig-mandel && make clean)
|
||||
(cd zigtris && make clean)
|
||||
(cd rust-hello && make clean)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue