build: fix makefile usage
This commit is contained in:
parent
729cfb5f49
commit
a2bb8e0712
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue