From 464584344f08329e0ac0877f735fb4c52c8a9425 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 12 Mar 2017 19:57:20 -0400 Subject: Supporting *_FILE env vars Signed-off-by: Dave Henderson --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22e2d9a2..de303734 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ endef clean: rm -Rf $(PREFIX)/bin/* rm -f $(PREFIX)/test/integration/gomplate + rm -f $(PREFIX)/test/integration/mirror build-x: $(patsubst %,$(PREFIX)/bin/$(PKG_NAME)_%,$(platforms)) -- cgit v1.2.3