From 2104e340d7b3d2a9aafdef0b50144b5159ed4af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 8 Sep 2016 00:44:31 +0200 Subject: [PATCH] Makefile: upload > all --- slides/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/Makefile b/slides/Makefile index db66653..55acb13 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -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