diff --git a/Makefile b/Makefile index 4895f00d04..3acded731d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ## help: Show this help info. help: Makefile @printf "\n\033[1mUsage: make ...\033[0m\n\n\033[1mTargets:\033[0m\n\n" - @sed -n 's/^##//p' $< | awk -F':' '{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | sort | sed -e 's/^/ /' + @sed -n 's/^## //p' $< | awk -F':' '{printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | sort | sed -e 's/^/ /' ## all: Default target, shows help. all: help