Files
2008-latex/demo03/Makefile
2025-03-09 16:02:52 +01:00

9 lines
112 B
Makefile

TEXFILE=$(wildcard *.tex)
TARGET=${TEXFILE:.tex=}
${TARGET}:
pdflatex $@
bibtex $@
pdflatex $@
pdflatex $@