diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-25 11:50:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-25 11:50:45 -0500 |
commit | e8e749091e10d44131fe68203fbcae1fb0a6c789 (patch) | |
tree | bced493a611e360d72680ca8eb2412e07eb9d728 /Makefile | |
parent | 0cb80c73cf038ef08a9eb0af9eb3d18c0dfffad3 (diff) | |
download | cl-theme-e8e749091e10d44131fe68203fbcae1fb0a6c789.tar.lz cl-theme-e8e749091e10d44131fe68203fbcae1fb0a6c789.tar.xz cl-theme-e8e749091e10d44131fe68203fbcae1fb0a6c789.zip |
add script for playlist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |