mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Recursive maze demo, causes big stack usage
This commit is contained in:
parent
428bd7cc6b
commit
9596838a4b
6 changed files with 116 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ all:
|
|||
(cd zigtris && make)
|
||||
(cd rust-hello && make)
|
||||
(cd hello-asm && make)
|
||||
(cd maze && make)
|
||||
|
||||
clean:
|
||||
(cd sketch && make clean)
|
||||
|
|
@ -22,4 +23,5 @@ clean:
|
|||
(cd zigtris && make clean)
|
||||
(cd rust-hello && make clean)
|
||||
(cd hello-asm && make clean)
|
||||
(cd maze && make clean)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue