From ab1e295c7429e43d087fe32c3aeeaaa9bed2aac9 Mon Sep 17 00:00:00 2001 From: K Sashi Kumar Date: Mon, 5 Mar 2018 00:25:25 +0530 Subject: [PATCH] [Doc] Remove build-babylon from contributing (#7474) [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc146657ed..6db766225b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -234,7 +234,7 @@ descriptive name, and add the following: After writing tests for babylon, just build it by running: ```sh -$ make build-babylon +$ make build ``` Then, to run the tests, use: