Enhance Makefile
This commit is contained in:
parent
de48b650b1
commit
f6798ea678
1 changed files with 6 additions and 3 deletions
9
Makefile
9
Makefile
|
@ -1,6 +1,9 @@
|
|||
TEX=slides.tex
|
||||
all: $(TEX)
|
||||
pdflatex $(TEX)
|
||||
pdflatex $(TEX)
|
||||
|
||||
all: $(TEX:.tex=.pdf)
|
||||
|
||||
%.pdf: %.tex
|
||||
latexmk -pdf $<
|
||||
|
||||
upload-tobast: $(TEX:.tex=.pdf)
|
||||
scp slides.pdf www.tobast:~/tobast.fr/public_html/m2/absint/slides.pdf
|
||||
|
|
Loading…
Add table
Reference in a new issue