From 323a66775168b6addb3acddaee0a8ff227ea4bd4 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 17 Aug 2015 14:19:54 +0200 Subject: add help in Makefile --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 42cd912..1d0e0f4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ -download: +help: ## Show this help. + @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' + +download: ## download all links to ./music cat links | xargs -n 1 bin/yout2ogg -add: +add: ##make add url="http://youtube..." +add: ##to add link to ./links bin/youtplaylist ${url} >> links -- cgit v1.2.3