summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8f28d26..8d414ed 100644
--- a/Makefile
+++ b/Makefile
@@ -156,10 +156,10 @@ clean_except_last:
@-$(foreach template,$(TEMPLATES),\
$(foreach flavor,$(FLAVORS),\
test -d $(template) && \
- find $(template)/* -maxdepth 0 -type d \
- -not -name base \
- -not -wholename $(template)/$$(readlink $(template)/$(flavor).latest) \
- -print0 | xargs -0 rm -rf);)
+ find $(template)/* -maxdepth 0 -type d \
+ -not -name base \
+ -not -wholename $(template)/$$(readlink $(template)/$(flavor).latest) \
+ -print0 | xargs -0 rm -rf);)
clean_bases: