From e8e749091e10d44131fe68203fbcae1fb0a6c789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 25 Mar 2019 11:50:45 -0500 Subject: add script for playlist --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7f9323..77f01c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: clean bulma fonts icons js styles +all: clean bulma fonts icons js styles playlist aplaylist clean: @rm -rf dist/ @@ -12,6 +12,12 @@ icons: styles: @bash scripts/styles.sh +playlist: + @bash scripts/playlist.sh + +aplaylist: + @bash scripts/aplaylist.sh + fonts: @bash scripts/fonts.sh js: -- cgit v1.2.3