-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
60 lines (55 loc) · 908 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
RM = rm -rf
all: clean
pdflatex monografia
makeindex monografia.nlo -s nomencl.ist -o monografia.nls
pdflatex monografia
bibtex monografia
pdflatex monografia
pdflatex monografia
pdflatex monografia
simples:
pdflatex monografia
referencias:
pdflatex monografia
bibtex monografia
pdflatex monografia
pdflatex monografia
siglas:
pdflatex monografia
makeindex monografia.nlo -s nomencl.ist -o monografia.nls
pdflatex monografia
pdflatex monografia
clean:
$(RM) *~
$(RM) *.aux
$(RM) *.glo
$(RM) *.idx
$(RM) *.log
$(RM) *.toc
$(RM) *.ist
$(RM) *.acn
$(RM) *.acr
$(RM) *.alg
$(RM) *.bbl
$(RM) *.blg
$(RM) *.dvi
$(RM) *.glg
$(RM) *.gls
$(RM) *.ilg
$(RM) *.ind
$(RM) *.lof
$(RM) *.lot
$(RM) *.maf
$(RM) *.mtc
$(RM) *.mtc1
$(RM) *.out
$(RM) *.brf
$(RM) *.glsdefs
$(RM) *.loa
$(RM) *.lol
$(RM) *.loq
$(RM) *.los
$(RM) *.mw
$(RM) *.nlo
$(RM) *.nls
$(RM) *.DS_Store