From a2bb8e07122ce68dd58f35e087d2f36581e50cdf Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Wed, 4 Dec 2019 19:35:47 -0300 Subject: [PATCH] build: fix makefile usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59a291f..1db328c 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ test: @echo $(ECHOFLAGS) "$(OK_COLOR)==> Running tests...$(NO_COLOR)" @go test $(PKGS) -## run: run gitlabels-cli +## run: run git-sv run: @echo $(ECHOFLAGS) "$(OK_COLOR)==> Running bin/$(BUILDOS)_$(BUILDARCH)/$(BIN)...$(NO_COLOR)" @./bin/$(BUILDOS)_$(BUILDARCH)/$(BIN) $(args)