shake
minimal build system that generates Ninja build files
git clone https://9o.is/git/shake.git
commit 7306a5f7b688062eae3f24b8f1f8d4d743254745 parent c796107a7064bccfc94e1e1f11628f874914142a Author: Jul <jul@9o.is> Date: Tue, 17 Mar 2026 00:28:40 +0800 fix path to build.ninja in main ninja file Diffstat:
| M | shake | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shake b/shake @@ -428,7 +428,7 @@ bind restat 1 . $DIR/Shakefile -phony build.ninja: ninja +phony $dir/build.ninja: ninja bind generator 1 _shake_close