aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
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: