1
1
mirror of https://github.com/rsms/inter.git synced 2024-11-25 18:39:41 +03:00

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