From 3bbcb2c8b9a1ba396bc7d90ad77a94d45b944b25 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 6 Jul 2018 15:26:34 -0700 Subject: [PATCH] Documentation/dev/audiences: Replace 'make' reference with Bazel Catching up with d61abd48 (*: cleanup bazel rules, 2018-03-26, coreos/tectonic-installer#3137), which removed the root Makefile. --- Documentation/dev/audiences.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/dev/audiences.md b/Documentation/dev/audiences.md index 21f24ad8750..5e1dbc8f6db 100644 --- a/Documentation/dev/audiences.md +++ b/Documentation/dev/audiences.md @@ -12,6 +12,8 @@ We should strive to _never require_ end-users to use or install `make`, `npm`, e ## Developer experience -The developer workflow is reflective of how often clusters will be created and destroyed. This project makes heavy use of `make` to make these repetitive actions easier. +The developer workflow is reflective of how often clusters will be created and destroyed. This project makes heavy use of [Bazel][] to make these repetitive actions easier. It is expected that developers have a working knowledge of Terraform, including how to configure/use a `.terraformrc` and things of that nature. + +[Bazel]: https://bazel.build/