Check for existing jsonnetfile.json before init

This commit is contained in:
Matthias Loibl 2018-08-08 10:35:20 +02:00
parent e581455455
commit eddfcec0f5
No known key found for this signature in database
GPG key ID: B1C7DF661ABB2C1A
3 changed files with 16 additions and 7 deletions

View file

@ -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: