From 9443e93a8cfdb38424418b59d6418cc6205b8a3e Mon Sep 17 00:00:00 2001 From: CarlosEDP Date: Mon, 25 Mar 2019 09:55:00 -0300 Subject: [PATCH] Remove fmt from manifests target. Require C jsonnet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 821c26f..e88c820 100644 --- a/Makefile +++ b/Makefile @@ -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)