tueda / makefile4latex

A GNU Makefile for typesetting LaTeX documents.
MIT License
26 stars 3 forks source link

"make lint" doesn't fail when Aspell is missing #25

Closed tueda closed 3 years ago

tueda commented 3 years ago
$ make LINTS=aspell lint; echo $?
if [ -t 1 ]; then printf 033[31mError:Error: aspell not found
0