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"