Remove fmt from manifests target. Require C jsonnet

This commit is contained in:
CarlosEDP 2019-03-25 09:55:00 -03:00
parent 6d88688be6
commit 9443e93a8c

View File

@ -7,7 +7,7 @@ JB_BINARY := $(GOPATH)/bin/jb
all: manifests
manifests: jsonnet fmt
manifests: fmt
rm -rf manifests
./scripts/build.sh main.jsonnet $(JSONNET_BIN)