Skip to content

Commit a8207b7

Browse files
Don't build "self" example as debug in minirv32.h will break it (no stdio.h)
1 parent 8fca9fc commit a8207b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all:
44
(cd helloworld && make)
55
(cd lissajous && make)
66
(cd conio && make)
7-
(cd self && make)
7+
#(cd self && make)
88
(cd zig-mandel && make)
99
(cd zigtris && make)
1010
(cd rust-hello && make)
@@ -24,7 +24,7 @@ clean:
2424
(cd helloworld && make clean)
2525
(cd lissajous && make clean)
2626
(cd conio && make clean)
27-
(cd self && make clean)
27+
#(cd self && make clean)
2828
(cd zig-mandel && make clean)
2929
(cd zigtris && make clean)
3030
(cd rust-hello && make clean)

0 commit comments

Comments
 (0)