makefile: pattern for .glyphspackage -> .glyphs conversion

This commit is contained in:
Rasmus Andersson 2022-06-02 14:03:16 -07:00
parent 24dd6d8577
commit 3731f5938d

View file

@ -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