commit ff0b0d1
shrub
·
2026-05-09 16:01:30 +0000 UTC
parent a965202
clean
4 files changed,
+0,
-20
+0,
-0
+0,
-2
1@@ -1,2 +0,0 @@
2-# ninja log v5
3-0 0 1777415536083171580 tohu 80d29635aea7f58a
+0,
-18
1@@ -1,18 +0,0 @@
2-build all: phony tohu
3-
4-rule r1
5- command = cc -std=c99 -Wall -Wextra -O2 -fdiagnostics-color=auto -I/usr/local/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libdrm -I/usr/include/libdrm/nouveau -D_POSIX_C_SOURCE=200809L -Isource/include -o tohu source/tohu.c source/util.c -L/usr/local/lib -lswc -lwayland-server -lxkbcommon -linput -lwld -lfontconfig -lpixman-1 -lfreetype -lwayland-client -lm -ldrm_nouveau -ldrm_intel -ldrm -ludev -lxcb-composite -lxcb-ewmh -lxcb-icccm -lxcb -lm -Wl,-rpath,/usr/local/lib
6-
7-build tohu: r1 source/tohu.c source/util.c
8-
9-rule r2
10- command = rm -f tohu
11-
12-build clean: r2
13-
14-rule r3
15- command = rm -f compile_flags.txt && for f in -std=c99 -Wall -Wextra -O2 -fdiagnostics-color=auto -I/usr/local/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libdrm -I/usr/include/libdrm/nouveau -D_POSIX_C_SOURCE=200809L -Isource/include; do echo $$f >> compile_flags.txt; done
16-
17-build compile_flags: r3
18-
19-default all
D
tohu
+0,
-0