tueda / makefile4latex

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

POSTPROCESS to specify targets to be run after "make all" #38

Closed tueda closed 2 years ago

tueda commented 2 years ago

Example:


POSTPROCESS = finish

finish:
    echo "Build completed"