From 83429723cec6a4523d888c4afc6bc6c59b2850cc Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 26 Dec 2014 20:51:04 -0600 Subject: [PATCH] Add tests to makefile usage --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0c2e32d..271ce6e 100644 --- a/Makefile +++ b/Makefile @@ -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"