aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Hiar <cody.hiar@investopedia.com>2016-08-12 10:51:01 -0600
committerCody Hiar <cody.hiar@investopedia.com>2016-08-12 10:51:01 -0600
commit20b0dfbfef0d1d764917d98c6710ad906188ea02 (patch)
tree1583b44ccaf3017896682a66897f62661be3a782 /Makefile
parentbbac957525a0dad7ffc9c60c25dd1557bab61e8f (diff)
Adding a makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..82ba642
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+help:
+ @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
+
+build: ## Build the docker image
+ docker build -t thornycrackers/neovim:local .