5 lines
74 B
Makefile
5 lines
74 B
Makefile
TEXFILE=$(wildcard *.tex)
|
|
TARGET=${TEXFILE:.tex=}
|
|
|
|
${TARGET}:
|
|
pdflatex $@
|