logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Ninja Builds - Fast Compilation | Online Free DevTools by Hexmos

Generate optimized builds with Ninja, a fast and lightweight build system. Accelerate your software compilation process and improve development workflow. Free online tool, no registration required.

ninja

A Build system designed to be fast. More information: https://ninja-build.org/manual.html.

  • Build in the current directory:

ninja

  • Build in the current directory, executing 4 jobs at a time in parallel:

ninja -j {{4}}

  • Build a program in a given directory:

ninja -C {{path/to/directory}}

  • Show targets (e.g. install and uninstall):

ninja -t targets

  • Display help:

ninja -h

See Also