From 7d97f6424b4a91de5719c95aabae8ab20b4e140f Mon Sep 17 00:00:00 2001 From: Antonio Lanfranchi Date: Thu, 27 Apr 2017 05:16:10 -0400 Subject: [PATCH] Removed duplicate usage line in Makefile. There were two lines for `make test`. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f33d9f8..42fb97c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ 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 bootstrap : Install cross-compilation toolchain" @echo "make release : Generate binaries for all supported OSes" @@ -84,4 +83,4 @@ docker-release: docker-push: docker push $(DOCKER_RELEASE_TAG) - docker push $(DOCKER_LATEST_TAG) \ No newline at end of file + docker push $(DOCKER_LATEST_TAG)