Skip to content

Commit

Permalink
Makefile: don't require the sample image for "make test".
Browse files Browse the repository at this point in the history
  • Loading branch information
kilobyte committed Nov 5, 2016
1 parent 9a04307 commit 811d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 811d6bd

Please sign in to comment.