Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
/ ninja Public archive
forked from ninja-build/ninja

a small build system with a focus on speed

License

Notifications You must be signed in to change notification settings

rescript-lang/ninja

Folders and files

NameName
Last commit message
Last commit date
Jul 7, 2013
Apr 16, 2013
Aug 11, 2013
Aug 11, 2013
Apr 26, 2013
Feb 6, 2011
May 21, 2013
Aug 24, 2012
May 21, 2013
Jun 29, 2013
Jun 29, 2013
Jun 29, 2013

Repository files navigation

Ninja is a small build system with a focus on speed.
http://martine.github.com/ninja/

See the manual -- http://martine.github.com/ninja/manual.html or
doc/manual.asciidoc included in the distribution -- for background
and more details.

To build, run ./bootstrap.py.  It first blindly compiles all non-test
source files together, then re-builds Ninja using itself.  You should
end up with a 'ninja' binary in the source root.  Run './ninja -h' for
help.

There is no installation step.  The only file of interest to a user
is the resulting ninja binary.

If you're interested in making changes to Ninja, read HACKING.md first.

About

a small build system with a focus on speed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.0%
  • Python 7.8%
  • C 2.7%
  • Shell 0.5%
  • Emacs Lisp 0.4%
  • Vim Script 0.4%
  • JavaScript 0.2%