notatki-algorytmy-kwantowe/Makefile

11 lines
145 B
Makefile
Raw Normal View History

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