summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-20 12:47:48 +0100
committerManuel Messner2018-02-20 12:57:31 +0100
commit2ba03d895b71f9a6a68c6d3b53f1c606245c9784 (patch)
tree1995e045bbe042f61da85369c8c306f5549ccd29 /Makefile
parentMakefile: clean_all: move bracket style to lisp style (diff)
downloadpacker-templates-2ba03d895b71f9a6a68c6d3b53f1c606245c9784.tar.gz
packer-templates-2ba03d895b71f9a6a68c6d3b53f1c606245c9784.tar.xz
packer-templates-2ba03d895b71f9a6a68c6d3b53f1c606245c9784.zip
Makefile: clean_bases: 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 b133f9e..282aa28 100644
--- a/Makefile
+++ b/Makefile
@@ -162,8 +162,7 @@ clean_except_last:
clean_bases:
@-$(foreach template,$(TEMPLATES),\
- test -d $(template) && rm -rf $(template)/base;\
- )
+ test -d $(template) && rm -rf $(template)/base;)
clean_all:
@-$(foreach template,$(TEMPLATES),\