summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-06-03 00:03:16 +0300
committerRasmus Andersson <rasmus@notion.se>2022-06-03 00:03:16 +0300
commit3731f5938de5208055707a6977bad8be3742c11e (patch)
tree49ef43ed8030639a9781dd14137415df89642eb6 /Makefile
parent24dd6d857781dcbf26b829104483165bfc597464 (diff)
downloadinter-3731f5938de5208055707a6977bad8be3742c11e.tar.xz
makefile: pattern for .glyphspackage -> .glyphs conversion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 17604e6cf..c366be7a0 100644
--- a/Makefile
+++ b/Makefile
@@ -13,11 +13,7 @@ default: all
# ---------------------------------------------------------------------------------
# intermediate sources
-# short-circuit Make for performance
-src/Inter.glyphspackage:
- @true
-
-$(UFODIR)/Inter.glyphs: src/Inter.glyphspackage | $(UFODIR)
+$(UFODIR)/%.glyphs: src/%.glyphspackage | $(UFODIR)
$(BIN)/python3 build/venv/bin/glyphspkg -o $(dir $@) $^
# features