From a9c482a7c612ad80692da47a869f7da789a9ad23 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 26 Dec 2014 20:50:15 -0600 Subject: [PATCH] Add usage to makefile --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile b/Makefile index 2a1943a..0c2e32d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,19 @@ BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard $< | sed 's/^/-ignore=/;s/[.]/[.]/g') +usage: + @echo "" + @echo "Task : Description" + @echo "----------------- : -------------------" + @echo "make setup : Install all necessary dependencies" + @echo "make dev : Generate development build" + @echo "make build : Generate production build for current OS" + @echo "make release : Generate binaries for all supported OSes" + @echo "make clean : Remove all build files and reset assets" + @echo "make assets : Generate production assets file" + @echo "make dev-assets : Generate development assets file" + @echo "make docker : Build docker image (Linux ONLY)" + @echo "" + test: godep go test