summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2019-09-04 06:43:41 +0300
committerRasmus Andersson <rasmus@notion.se>2019-09-04 06:43:41 +0300
commit3df9dfb68c99cc17a6b947e43af674e3d67164f8 (patch)
treef9cbd341cd96bec9c10e7a68c47f95e072f71e44 /Makefile
parentd7b599659ce2473c84f92572add8e80912a9fce5 (diff)
downloadinter-3df9dfb68c99cc17a6b947e43af674e3d67164f8.tar.xz
makefile: adds support for FONTBUILD_FLAGS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a0e7d90ad..ae645f4b2 100644
--- a/Makefile
+++ b/Makefile
@@ -91,14 +91,14 @@ build/%.woff: build/%.ttf
# Master UFOs -> variable TTF
$(FONTDIR)/var/%.var.ttf: src/%.designspace $(all_ufo_masters)
- misc/fontbuild compile-var -o $@ $<
+ misc/fontbuild compile-var -o $@ $(FONTBUILD_FLAGS) $<
# Instance UFO -> OTF, TTF (note: masters' rules in generated.make)
$(FONTDIR)/const/Inter-%.otf: build/ufo/Inter-%.ufo
- misc/fontbuild compile -o $@ $<
+ misc/fontbuild compile -o $@ $(FONTBUILD_FLAGS) $<
$(FONTDIR)/const/Inter-%.ttf: build/ufo/Inter-%.ufo
- misc/fontbuild compile -o $@ $<
+ misc/fontbuild compile -o $@ $(FONTBUILD_FLAGS) $<
# designspace <- glyphs file