Makefile: upload > all

This commit is contained in:
Théophile Bastian 2016-09-08 00:44:31 +02:00
parent 8e2f478e2a
commit 2104e340d7

View file

@ -4,7 +4,7 @@ all: $(TEX)
pdflatex $(TEX)
pdflatex $(TEX)
upload:
upload: all
scp $(BASE).pdf www.tobast:~/tobast.fr/public_html/l3/slides.pdf