Add usage to makefile

This commit is contained in:
Dan Sosedoff 2014-12-26 20:50:15 -06:00
parent dada1ab0c1
commit a9c482a7c6

View File

@ -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