A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
book_gpu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
suite ch2
[book_gpu.git]
/
BookGPU
/
Makefile
1
BOOK=BookGPU
2
3
4
all:
5
pdflatex ${BOOK}
6
pdflatex ${BOOK}
7
bibtex bu1
8
bibtex bu2
9
bibtex bu3
10
makeindex ${BOOK}.idx
11
pdflatex ${BOOK}
12
pdflatex ${BOOK}
13
# dvipdf ${BOOK}
14
15
clean:
16
rm -rf *~ *.aux *.bbl *.blg *.dvi *.lon *.not *.lof *.log *.lot *.toc *.ind *.idx *.ilg
17