summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-20 12:47:16 +0100
committerManuel Messner2018-02-20 12:57:31 +0100
commitd415587d28572f242f53979048b2fb5a3a39c50e (patch)
tree1058c33b3448699590e777b915f492580c907434 /Makefile
parentMakefile: fix <template>/base/boot targets (diff)
downloadpacker-templates-d415587d28572f242f53979048b2fb5a3a39c50e.tar.gz
packer-templates-d415587d28572f242f53979048b2fb5a3a39c50e.tar.xz
packer-templates-d415587d28572f242f53979048b2fb5a3a39c50e.zip
Makefile: clean_all: move bracket style to lisp style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 89f5117..b133f9e 100644
--- a/Makefile
+++ b/Makefile
@@ -167,8 +167,7 @@ clean_bases:
clean_all:
@-$(foreach template,$(TEMPLATES),\
- test -d $(template) && rm -rf $(template);\
- )
+ test -d $(template) && rm -rf $(template);)
help:
@printf "Usage:\n\tmake <template>/<flavor>[/boot]\n"