summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvoisin2017-09-27 17:22:06 +0200
committerjvoisin2017-09-27 17:22:06 +0200
commit7ac3b09b9303c517fe8af4fc8c5d98ec8bd26c8c (patch)
treec1fb4190d49f2dbb30ffdd1d29e308241ae58e98 /Makefile
parentdd7a6c1de6b11ecaf24337c50689aeba9eb94567 (diff)
Sort the help
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b0d40b..441c2f1 100644
--- a/Makefile
+++ b/Makefile
@@ -47,4 +47,4 @@ debian:
47 dpkg-buildpackage -i -us -uc -tc -I -rfakeroot 47 dpkg-buildpackage -i -us -uc -tc -I -rfakeroot
48 48
49help: 49help:
50 @awk -F ':|##' '/^[^\t].+?:.*?##/ { printf "\033[36m%-30s\033[0m %s\n", $$1, $$NF }' $(MAKEFILE_LIST) 50 @awk -F ':|##' '/^[^\t].+?:.*?##/ { printf "\033[36m%-30s\033[0m %s\n", $$1, $$NF }' $(MAKEFILE_LIST) | sort