mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Check for existing jsonnetfile.json before init
This commit is contained in:
parent
e581455455
commit
eddfcec0f5
3 changed files with 16 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -23,7 +23,7 @@ build:
|
|||
|
||||
install: build
|
||||
@$(eval OUTPUT=$(OUT_DIR)/$(GOOS)/$(GOARCH)/$(BIN))
|
||||
@echo ">> copying $(BIN) into $(GOPATH)/$(BIN)"
|
||||
@echo ">> copying $(BIN) into $(GOPATH)/bin/$(BIN)"
|
||||
@cp $(OUTPUT) $(GOPATH)/bin/$(BIN)
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue