mirror of
https://github.com/eddyem/phisics_gak.git
synced 2025-12-06 02:25:13 +03:00
13 lines
289 B
Makefile
13 lines
289 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 *.out
|
|
|