shake

minimal build system that generates Ninja build files

git clone https://9o.is/git/shake.git

commit bdfe43ee04a4591a86314f7c08a7ee5d245b5c0c
parent 637572fc6624bab80ab2a6bdbb714fa230144e3f
Author: Jul <jul@9o.is>
Date:   Mon,  9 Mar 2026 21:43:43 +0800

remove uneccessary default in nested example

Diffstat:
Mexample/nested/lib/Shakefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/example/nested/lib/Shakefile b/example/nested/lib/Shakefile @@ -2,5 +2,3 @@ cc lib.o lib.c ar lib.a lib.o - -default lib.a