mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Add console tetris demo
This commit is contained in:
parent
cd95e63af5
commit
c0711213ae
9 changed files with 261 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ all:
|
|||
(cd sketch && make)
|
||||
(cd helloworld && make)
|
||||
(cd zig-mandel && make)
|
||||
(cd zigtris && make)
|
||||
(cd rust-hello && make)
|
||||
(cd hello-asm && make)
|
||||
|
||||
|
|
@ -12,6 +13,7 @@ clean:
|
|||
(cd sketch && make clean)
|
||||
(cd helloworld && make clean)
|
||||
(cd zig-mandel && make clean)
|
||||
(cd zigtris && make clean)
|
||||
(cd rust-hello && make clean)
|
||||
(cd hello-asm && make clean)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue