mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
fix: generate-help-script
Binary path is different, need to adapt
This commit is contained in:
parent
4f76fe7be6
commit
7beb30ed18
2 changed files with 2 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue