From d627f2e2be65eef359390617af50289c6a60b704 Mon Sep 17 00:00:00 2001 From: Max Bernstein Date: Mon, 6 Nov 2023 16:30:31 -0500 Subject: [PATCH] Mention Shake --- _posts/2023-11-04-ninja-is-enough.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2023-11-04-ninja-is-enough.md b/_posts/2023-11-04-ninja-is-enough.md index 8d6bffe5..53c4c116 100644 --- a/_posts/2023-11-04-ninja-is-enough.md +++ b/_posts/2023-11-04-ninja-is-enough.md @@ -267,6 +267,8 @@ Check out the various Ninja implementations: * This [tiny little implementation in Python](https://github.com/gkbrk/scripts/blob/master/ninja.py)! * [Siso](https://chromium.googlesource.com/infra/infra/+/refs/heads/main/go/src/infra/build/siso/), which is meant to be a drop-in Ninja replacement with remote execution +* [Shake](https://shakebuild.com/), a build system in its own right, that can + also execute Ninja files Check out [Kati](https://github.com/google/kati), which is a Make implementation that generates Ninja.