mirror of
https://github.com/eddyem/phisics_gak.git
synced 2025-12-06 02:25:13 +03:00
12 lines
282 B
Makefile
12 lines
282 B
Makefile
main.pdf:
|
|
pdflatex main && pdflatex main && rumakeindex main && pdflatex main && pdflatex main
|
|
|
|
main-book.pdf: main.pdf
|
|
pdflatex main-book && pdflatex main-book && pdflatex main-book
|
|
|
|
all: main.pdf
|
|
# main-all.pdf
|
|
|
|
clean:
|
|
rm -f *.aux *.fdb_latexmk *.fls *.idx *.ilg *.log *.toc
|