shake

minimal build system that generates Ninja build files

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

commit 61bf6dfdbb103b52452037ca2a439a93abe0a9c2
parent a6beae0fedff062cac6fbc38996d4d33804ac8ad
Author: Jul <jul@9o.is>
Date:   Mon,  9 Mar 2026 19:32:58 +0800

fix recursing by resetting initial target value

Diffstat:
Mshake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shake b/shake @@ -2,7 +2,7 @@ set -eu SHAKE_BIN="$0" -TARGET=. +TARGET= DIR=. OUTDIR=. NINJA_FILE=local.ninja