Recursive maze demo, causes big stack usage

This commit is contained in:
Toby Jaffey 2025-12-09 23:29:16 +00:00
parent 428bd7cc6b
commit 9596838a4b
6 changed files with 116 additions and 1 deletions

View file

@ -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)