summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Blot2017-10-13 15:22:12 +0200
committerSebastien Blot2017-10-13 15:22:17 +0200
commit5969073a80b18b2c21e7c2b1c2c3cdedff618b21 (patch)
treee801e32e7428fa80c63741f58f2107540992a020 /Makefile
parenta2bf2e73d4a1fdbca6358fea8a3352907853c9b0 (diff)
ghetto debian packaging
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a99cf6..57df16c 100644
--- a/Makefile
+++ b/Makefile
@@ -56,3 +56,5 @@ debian:
56 56
57help: 57help:
58 @awk -F ':|##' '/^[^\t].+?:.*?##/ { printf "\033[36m%-30s\033[0m %s\n", $$1, $$NF }' $(MAKEFILE_LIST) | sort 58 @awk -F ':|##' '/^[^\t].+?:.*?##/ { printf "\033[36m%-30s\033[0m %s\n", $$1, $$NF }' $(MAKEFILE_LIST) | sort
59
60.PHONY: debian