From 2e460acb06d05b6fa907625c3742535566f343dd Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 1 Sep 2016 16:08:19 -0600 Subject: Added command to build the entire thing --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 299454f..c44aca5 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,9 @@ build-javascript: ## Build the neovim javascript image, depends on php tag build-shell: ## Build the neovim shell image, depends on javascript tag docker build -f Dockerfile.shell -t thornycrackers/neovim . + +build: ## Build all the whole thing + make build-python + make build-php + make build-javascript + make build-shell -- cgit v1.2.3