Add tests to makefile usage

This commit is contained in:
Dan Sosedoff 2014-12-26 20:51:04 -06:00
parent a9c482a7c6
commit 83429723ce

View File

@ -6,6 +6,7 @@ usage:
@echo "----------------- : -------------------"
@echo "make setup : Install all necessary dependencies"
@echo "make dev : Generate development build"
@echo "make test : Run tests"
@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"