stud/III/Bautrenas/task1/Makefile
Motiejus Jakštys 16542b0825 task2
2020-11-04 23:26:10 +02:00

8 lines
190 B
Makefile

all: ZPT003_2020_01_ats.txt camberic_16.pdf camberic_6.pdf amelia_16.pdf amelia_14.pdf
%.pdf: %.tex
latexmk -g -lualatex $<
ZPT003_2020_01_ats.txt: ZPT003_2020_01_ats.py
python3 $< > $@