Merge pull request #7 from AlexandrePTJ/patch-1

Update waf project website
This commit is contained in:
Jason Turner
2015-05-20 06:52:20 -06:00

View File

@@ -17,7 +17,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein
* [cmake](http://cmake.org) * [cmake](http://cmake.org)
* [biicode](http://biicode.com) * [biicode](http://biicode.com)
* [waf](http://waf.googlecode.com) * [waf](https://waf.io/)
* [FASTBuild](http://www.fastbuild.org/) * [FASTBuild](http://www.fastbuild.org/)
* [ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for cmake * [ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for cmake
* google's build tool * google's build tool