From 595f51d76c945404ba303fb0bbac01248ace6334 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Thu, 30 Apr 2015 12:10:25 -0500 Subject: [PATCH] Add test task to makefile readme --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e932a71..4093c13 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ usage: @echo "make build : Generate production build for current OS" @echo "make bootstrap : Install cross-compilation toolchain" @echo "make release : Generate binaries for all supported OSes" + @echo "make test : Execute test suite" @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"