diff options
author | Manuel Messner | 2018-02-20 12:47:16 +0100 |
---|---|---|
committer | Manuel Messner | 2018-02-20 12:57:31 +0100 |
commit | d415587d28572f242f53979048b2fb5a3a39c50e (patch) | |
tree | 1058c33b3448699590e777b915f492580c907434 /Makefile | |
parent | Makefile: fix <template>/base/boot targets (diff) | |
download | packer-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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |