Skip to content

Commit 24234e8

Browse files
authored
Update Makefile
1 parent fe6dd6d commit 24234e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test: venv build.stamp
2727
. venv/bin/activate; fontbakery check-googlefonts --html fontbakery-report.html --ghmarkdown fontbakery-report.md $(shell find fonts -type f)
2828

2929
proof: venv build.stamp
30-
. venv/bin/activate; gftools gen-html proof $(shell find fonts/ttf -type f) -o proof
30+
TOCHECK=$$(find fonts/variable -type f 2>/dev/null); if [ -z "$$TOCHECK" ]; then TOCHECK=$$(find fonts/ttf -type f 2>/dev/null); fi ;
3131

3232
clean:
3333
rm -rf venv

0 commit comments

Comments
 (0)