summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-09 23:20:14 +0300
committerRasmus Andersson <rasmus@notion.se>2018-09-09 23:20:14 +0300
commit234b62ea8f65b3348cc611f1936841094dc6c1b1 (patch)
tree3c3e8e6c77764ac95a741b34aa781a585d22dd2e
parent755ccf596a6f5ae7cb9e03b57ae0a5d4f0382810 (diff)
downloadinter-234b62ea8f65b3348cc611f1936841094dc6c1b1.tar.xz
makefile: adds target alias designspace
-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