summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-11-27 22:06:42 +0300
committerRasmus Andersson <rasmus@notion.se>2017-11-27 22:06:42 +0300
commit12076e07b1daaef1653593e3c6dcc9e6baeee589 (patch)
tree33ce0f4509fea55d4afd230460ccb27aee381921 /Makefile
parentcecb82a46c6146a6188629449c9336d3f88bf744 (diff)
downloadinter-12076e07b1daaef1653593e3c6dcc9e6baeee589.tar.xz
makefile: zip creation linearize web font creation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9a43404e..e8f429cf7 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,8 @@ ZIP_FILE_DIST := build/release/Inter-UI-${VERSION}.zip
ZIP_FILE_DEV := build/release/Inter-UI-${VERSION}-$(shell git rev-parse --short=10 HEAD).zip
# zip intermediate
-build/.zip.zip: all_otf all_web all_web_hinted
+build/.zip.zip: all_otf
+ $(MAKE) all_web all_web_hinted -j
@rm -rf build/.zip
@rm -f build/.zip.zip
@mkdir -p \