mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
makefile: pattern for .glyphspackage -> .glyphs conversion
This commit is contained in:
parent
24dd6d8577
commit
3731f5938d
1 changed files with 1 additions and 5 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in a new issue