From 811d6bdf7b4453e7eaac4533d9ab6afa55870a0f Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sat, 5 Nov 2016 04:24:01 +0100 Subject: [PATCH] Makefile: don't require the sample image for "make test". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc5dea0..faa8643 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ uninstall: zip: all @zip 3270_fonts_$(shell git rev-parse --short HEAD).zip 3270Medium.* 3270SemiNarrow.* 3270Narrow.* -test: all +test: derived @fontlint 3270Medium.otf @fontlint 3270Medium.pfm @fontlint 3270Medium.ttf