Minimal assembly example

This commit is contained in:
Toby Jaffey 2025-12-07 10:45:11 +00:00
parent 95333e06d8
commit d8a2faf732
4 changed files with 39 additions and 0 deletions

View file

@ -6,10 +6,12 @@ all:
(cd helloworld && make)
(cd zig-mandel && make)
(cd rust-hello && make)
(cd hello-asm && make)
clean:
(cd sketch && make clean)
(cd helloworld && make clean)
(cd zig-mandel && make clean)
(cd rust-hello && make clean)
(cd hello-asm && make clean)