summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-03-12 19:57:20 -0400
committerDave Henderson <dhenderson@gmail.com>2017-04-30 23:37:05 -0400
commit464584344f08329e0ac0877f735fb4c52c8a9425 (patch)
tree9ccc88e7b2c5f97844d9b36bde99fd8976484601 /Makefile
parent8ec7eadff541012d702d6a94dced9371130983b7 (diff)
Supporting *_FILE env vars
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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))