notatki-algorytmy-kwantowe/Makefile

13 lines
177 B
Makefile
Raw Normal View History

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