summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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