summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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"