From a93a8847184606ada61223f73a3a1930e7cf2c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Fri, 11 Oct 2019 11:45:23 +0200 Subject: [PATCH] `make upload` updated --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee1c125..f56fd69 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ clean: rm -f *aux *bbl *bcf *blg *_latexmk *fls *log *out *.run.xml upload: build - scp slides.pdf www.tobast:~/files/oracle18.pdf + scp slides.pdf www.tobast:~/files/slides-oopsla19.pdf