From aede00866cc1e0a5a87a7e8507dd44e3a116fe6b Mon Sep 17 00:00:00 2001 From: Phelan Vendeville Date: Sat, 13 Jun 2015 10:34:49 -0700 Subject: [PATCH] Add bazel build automation tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4c3ebd..47e6883 100644 --- a/README.md +++ b/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.