notatki-algorytmy-kwantowe/Makefile

10 lines
116 B
Makefile
Raw Normal View History

PDFs=trygonometria-liczby-zespolone.pdf
all: $(PDFs)
%.pdf: %.tex
pdflatex $<
clean:
rm -f *.log *.aux $(PDFs)