summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-03-31 23:24:49 +0300
committerRasmus Andersson <rasmus@figma.com>2019-03-31 23:24:49 +0300
commitb85460a872eba103a6dc624fe7d2ab3ca3d53858 (patch)
tree2ce034e9544071ef4d462aee7691a935931c8c02
parent1efc243837833a8766915bc0148cc9a7ec00c116 (diff)
downloadinter-b85460a872eba103a6dc624fe7d2ab3ca3d53858.tar.xz
makefile: rename target all_check_var -> test_var
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f455e54ba..2446dd870 100644
--- a/Makefile
+++ b/Makefile
@@ -145,13 +145,13 @@ $(FONTDIR)/const-hinted/%.ttf: $(FONTDIR)/const/%.ttf
# check var
-all_check_var: $(FONTDIR)/var/Inter.var.ttf
- misc/fontbuild checkfont $(FONTDIR)/var/*.*
+test_var: all_var
+ misc/fontbuild checkfont $(FONTDIR)/var/*.ttf $(FONTDIR)/var/*.woff2
# test runs all tests
# Note: all_check_const is generated by init.sh and runs "fontbuild checkfont"
# on all otf and ttf files.
-test: all_check_const all_check_var
+test: all_check_const test_var
@echo "test: all ok"
# check does the same thing as test, but without any dependency checks, meaning