mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Don't build "self" example as debug in minirv32.h will break it (no stdio.h)
This commit is contained in:
parent
8fca9fcec1
commit
a8207b72c6
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ all:
|
||||||
(cd helloworld && make)
|
(cd helloworld && make)
|
||||||
(cd lissajous && make)
|
(cd lissajous && make)
|
||||||
(cd conio && make)
|
(cd conio && make)
|
||||||
(cd self && make)
|
#(cd self && make)
|
||||||
(cd zig-mandel && make)
|
(cd zig-mandel && make)
|
||||||
(cd zigtris && make)
|
(cd zigtris && make)
|
||||||
(cd rust-hello && make)
|
(cd rust-hello && make)
|
||||||
|
|
@ -24,7 +24,7 @@ clean:
|
||||||
(cd helloworld && make clean)
|
(cd helloworld && make clean)
|
||||||
(cd lissajous && make clean)
|
(cd lissajous && make clean)
|
||||||
(cd conio && make clean)
|
(cd conio && make clean)
|
||||||
(cd self && make clean)
|
#(cd self && make clean)
|
||||||
(cd zig-mandel && make clean)
|
(cd zig-mandel && make clean)
|
||||||
(cd zigtris && make clean)
|
(cd zigtris && make clean)
|
||||||
(cd rust-hello && make clean)
|
(cd rust-hello && make clean)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue