shake
minimal build system that generates Ninja build files
git clone https://9o.is/git/shake.git
commit 930c3af82ed243332bfa99fda9fd064aa1796ffb parent 9355ef0d7c4c2ee7e869f95a8bce45d14935d5ee Author: Jul <jul@9o.is> Date: Fri, 13 Mar 2026 03:11:33 +0800 add header file as ninja dependency in nested example Diffstat:
| M | example/nested/bin/Shakefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/nested/bin/Shakefile b/example/nested/bin/Shakefile @@ -2,7 +2,7 @@ var CFLAGS $CFLAGS -I $LIBDIR -cc main.o main.c +cc main.o main.c '|' $LIBDIR/lib.h link hello main.o $LIBDIR/lib.a default hello