summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d24ed1a3..dc9fdbc7c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,8 @@
# all_var_hinted Build all variable font files with hints into
# FONTDIR/var-hinted
#
+# designspace Build src/Inter-UI.designspace from src/Inter-UI.glyphs
+#
# Style-specific targets:
# STYLE_otf Build OTF file for STYLE into FONTDIR/const
# STYLE_ttf Build TTF file for STYLE into FONTDIR/const
@@ -87,6 +89,9 @@ $(FONTDIR)/const/Inter-UI-%.ttf: build/ufo/Inter-UI-%.ufo src/Inter-UI.designspa
src/Inter-UI.designspace: src/Inter-UI.glyphs
misc/fontbuild glyphsync $<
+designspace: src/Inter-UI.designspace
+.PHONY: designspace
+
# These rules simply short-circuit Make for performance
src/Inter-UI.glyphs:
@true