aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-03-25 11:50:45 -0500
committerJesús <heckyel@hyperbola.info>2019-03-25 11:50:45 -0500
commite8e749091e10d44131fe68203fbcae1fb0a6c789 (patch)
treebced493a611e360d72680ca8eb2412e07eb9d728 /Makefile
parent0cb80c73cf038ef08a9eb0af9eb3d18c0dfffad3 (diff)
downloadcl-theme-e8e749091e10d44131fe68203fbcae1fb0a6c789.tar.lz
cl-theme-e8e749091e10d44131fe68203fbcae1fb0a6c789.tar.xz
cl-theme-e8e749091e10d44131fe68203fbcae1fb0a6c789.zip
add script for playlist
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: