fix: generate-help-script

Binary path is different, need to adapt
This commit is contained in:
sh0rez 2020-03-02 16:43:11 +01:00
parent 4f76fe7be6
commit 7beb30ed18
2 changed files with 2 additions and 4 deletions

View file

@ -24,7 +24,7 @@ static:
CGO_ENABLED=0 go build -ldflags=${LDFLAGS} -o $(OUT_DIR)/$(BIN) ./cmd/$(BIN)
build:
CGO_ENABLED=0 go build ./cmd/$(BIN)
CGO_ENABLED=0 go build -o $(OUT_DIR)/$(BIN) ./cmd/$(BIN)
install: static
@echo ">> copying $(BIN) into $(GOPATH)/bin/$(BIN)"