aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/Makefile')
-rw-r--r--cmd/web/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/web/Makefile b/cmd/web/Makefile
index 8b7d860..330a55a 100644
--- a/cmd/web/Makefile
+++ b/cmd/web/Makefile
@@ -100,7 +100,7 @@ fontello-open:
100 exit 128 ; \ 100 exit 128 ; \
101 fi 101 fi
102 curl --silent --show-error --fail --output .fontello \ 102 curl --silent --show-error --fail --output .fontello \
103 --form "config=@fontello_config.json" \ 103 --form "config=@static/fontello_config.json" \
104 ${FONTELLO_HOST} 104 ${FONTELLO_HOST}
105 x-www-browser ${FONTELLO_HOST}/`cat .fontello` 105 x-www-browser ${FONTELLO_HOST}/`cat .fontello`
106 106
@@ -122,9 +122,10 @@ fontello-save:
122 rm -rf .fontello.src .fontello.zip 122 rm -rf .fontello.src .fontello.zip
123 cp ${FONTELLO_TMP_DIR}/font/* static/fonts/ 123 cp ${FONTELLO_TMP_DIR}/font/* static/fonts/
124 cp ${FONTELLO_TMP_DIR}/css/fontello-codes.css static/fontello.css 124 cp ${FONTELLO_TMP_DIR}/css/fontello-codes.css static/fontello.css
125 cp ${FONTELLO_TMP_DIR}/config.json static/fontello_config.json
125 rm -rf ${FONTELLO_TMP_DIR} 126 rm -rf ${FONTELLO_TMP_DIR}
126 127
127 128
128crypto-icons: ; $(value fetch-bitonics-icons) 129crypto-icons: ; $(value fetch-bitonics-icons)
129 130
130.ONESHELL: \ No newline at end of file 131.ONESHELL: