5 lines
48 B
Makefile
5 lines
48 B
Makefile
|
all: avenant.pdf
|
||
|
|
||
|
%.pdf: %.tex
|
||
|
latexmk -pdf $<
|