stud/III/Bautrenas/task3/Makefile
Motiejus Jakštys 8ecc56240e task3
2020-12-04 14:28:53 +02:00

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 $< > $@