Add upload command

This commit is contained in:
Théophile Bastian 2018-03-03 00:10:04 +01:00
parent 111c28eefc
commit 083d72444d

View file

@ -27,3 +27,6 @@ $(LAST).tex: $(HEADER) recettes/*.tex
clean:
rm -f $(WHOLE).{tex,pdf} $(LAST).{tex,pdf} *.aux *.fdb_latexmk *.fls *.log
upload-last: last
scp $(LAST).pdf www.tobast:~/files/recettes_arcoloc.pdf