-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
16 lines (13 loc) · 836 Bytes
/
Makefile
File metadata and controls
16 lines (13 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all:
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local
bibtex ./build/Topic_Presentation
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local
clean:
-rm *.bbl *.aux *.blg *.log *.toc *.glo *.gls *.glg *.ist
once:
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local
three:
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local
max_print_line=1000 pdflatex -output-directory ./build Topic_Presentation.tex | grep -v \/usr\/local