Makefile
This commit is contained in:
parent
c8c7d0a2ff
commit
9b1d3c4194
5
Makefile
5
Makefile
@ -1,12 +1,13 @@
|
|||||||
SRC=${wildcard *.tex}
|
SRC=${wildcard *.tex}
|
||||||
|
OPT=--pdf
|
||||||
|
|
||||||
all: main.pdf
|
all: main.pdf
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rubber --clean ${SRC}
|
rubber --clean ${SRC}
|
||||||
|
|
||||||
main.pdf: ${SRC}
|
main.pdf: ${SRC} garde.pdf
|
||||||
rubber -d main.tex
|
rubber ${OPT} main.tex
|
||||||
|
|
||||||
garde.pdf: garde.tex
|
garde.pdf: garde.tex
|
||||||
pdflatex $<
|
pdflatex $<
|
||||||
|
Loading…
Reference in New Issue
Block a user