8 lines
148 B
Makefile
8 lines
148 B
Makefile
|
all: ZPT003_2020_03_ats.txt elphistone_6.pdf
|
||
|
|
||
|
%.pdf: %.tex
|
||
|
latexmk -g -lualatex $<
|
||
|
|
||
|
ZPT003_2020_03_ats.txt: ZPT003_2020_03_ats.py
|
||
|
python3 $< > $@
|