notatki-algorytmy-kwantowe/Makefile

11 lines
143 B
Makefile
Raw Normal View History

2022-03-10 21:27:51 +01:00
PDFs = wykład-2022-02-24.pdf wykład-2022-03-10.pdf
all: $(PDFs)
%.pdf: %.tex
pdflatex $<
2022-03-10 15:18:34 +01:00
pdflatex $<
clean:
2022-03-10 21:27:51 +01:00
rm -f *.log *.aux $(PDFs)