diff options
author | Cody Hiar <cody@hiar.ca> | 2020-03-10 10:23:20 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2020-03-10 10:23:20 -0600 |
commit | 2be21de52fd252749e1e4ea18795a27e4d3caea3 (patch) | |
tree | 06b97863fc785ed0f45c0206bc2c3fb32173f5eb /Makefile | |
parent | d77d193ec7972c2881b2c563118a76820d8ee904 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,10 +7,9 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' setup: ## Clone down additional repos that are needed for building - rm -rf nvim vim-options vim + rm -rf nvim vim-options git clone https://github.com/thornycrackers/.nvim.git nvim git clone https://github.com/thornycrackers/vim-options.git - git clone https://github.com/thornycrackers/.vim.git vim build: ## Build the base image docker build -t thornycrackers/neovim . |