aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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