stud/III/Bautrenas/task3/Makefile

8 lines
148 B
Makefile
Raw Normal View History

2020-12-04 14:23:27 +02:00
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 $< > $@