summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5de70bc..5e1c887 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ $(BOOTTARGETS):
help:
@echo "General syntax: <template>/<flavor>[/boot]"
- # @echo
+ @echo
@echo "Detected builders:"
@(for B in $(AVAILABLE_BUILDERS); do printf "\t%s\n" "$$B"; done)
@echo