8 lines
No EOL
101 B
Makefile
8 lines
No EOL
101 B
Makefile
all:
|
|
pdflatex main.tex interaction=batchmode
|
|
|
|
clear:
|
|
rm *.log *.aux *.out
|
|
|
|
read:
|
|
xreader main.pdf
|