Browse Source

Add bazel build automation tool.

pull/68/head
Phelan Vendeville 9 years ago
parent
commit
aede00866c
  1. 1
      README.md

1
README.md

@ -65,6 +65,7 @@
* [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java.
* [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java.
* [Bazel](http://bazel.io/) - Google's open source build system.
* [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes.
* [Gradle](http://gradle.org/) - Another open source build automation system.

Loading…
Cancel
Save