Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 455 Bytes

Shuriken

Shuriken is a mostly Ninja compatible build system with a focus on correctness and reducing average build times over doing as little as possible.

Shuriken currently only works on Mac OS X.

Build instructions

git submodule update --init --recursive
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -GNinja ..
ninja shk shk-trace
# shk and shk-trace binaries are now in bin/

To test:

ninja all shk-trace && ctest