We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fca9fc commit a8207b7Copy full SHA for a8207b7
apps/Makefile
@@ -4,7 +4,7 @@ all:
4
(cd helloworld && make)
5
(cd lissajous && make)
6
(cd conio && make)
7
- (cd self && make)
+ #(cd self && make)
8
(cd zig-mandel && make)
9
(cd zigtris && make)
10
(cd rust-hello && make)
@@ -24,7 +24,7 @@ clean:
24
(cd helloworld && make clean)
25
(cd lissajous && make clean)
26
(cd conio && make clean)
27
- (cd self && make clean)
+ #(cd self && make clean)
28
(cd zig-mandel && make clean)
29
(cd zigtris && make clean)
30
(cd rust-hello && make clean)
0 commit comments