stud/III/Bautrenas/task1/Makefile

8 lines
190 B
Makefile
Raw Normal View History

2020-10-31 22:52:24 +02:00
all: ZPT003_2020_01_ats.txt camberic_16.pdf camberic_6.pdf amelia_16.pdf amelia_14.pdf
2020-10-31 07:53:16 +02:00
%.pdf: %.tex
2020-10-29 18:16:04 +02:00
latexmk -g -lualatex $<
2020-10-31 22:52:24 +02:00
ZPT003_2020_01_ats.txt: ZPT003_2020_01_ats.py
python3 $< > $@