parent
01949ea64f
commit
3850e50938
2
Makefile
2
Makefile
|
@ -43,6 +43,6 @@ endif
|
||||||
jsonnet:
|
jsonnet:
|
||||||
ifeq (, $(shell which jsonnet))
|
ifeq (, $(shell which jsonnet))
|
||||||
@echo "Installing jsonnet"
|
@echo "Installing jsonnet"
|
||||||
@go get github.com/google/go-jsonnet/jsonnet
|
@go get github.com/google/go-jsonnet/cmd/jsonnet
|
||||||
@go get github.com/brancz/gojsontoyaml
|
@go get github.com/brancz/gojsontoyaml
|
||||||
endif
|
endif
|
Loading…
Reference in New Issue