mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
fix tiny makefile bug in check_display rule
This commit is contained in:
parent
7b4e19f9a8
commit
e1c10561a6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -312,7 +312,7 @@ check_display: $(wildcard $(FONTDIR)/const/InterDisplay-*.ttf) \
|
|||
$(wildcard $(FONTDIR)/var/InterDisplay-*.var.woff2) \
|
||||
$(FONTDIR)/var/InterDisplay.var.ttf \
|
||||
$(FONTDIR)/var/InterDisplay.var.woff2
|
||||
misc/fontbuild checkfont $^ \
|
||||
misc/fontbuild checkfont $^
|
||||
@echo "$(@): OK"
|
||||
|
||||
check_pedantic: $(FONTDIR)/var/Inter.var.ttf
|
||||
|
|
Loading…
Reference in a new issue