From df46a3651db422a65b6bd78c36e3e2db570a7595 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Mon, 16 May 2022 00:18:22 +0200 Subject: [PATCH] add upload to makefile Signed-off-by: Matej Focko --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 75f23a6..f574e49 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,6 @@ count: @echo Does not count spaces! The number is therefore lower than actual number of standard pages. @echo Letters: $(COUNT) @echo Pages: $(shell echo "scale=2; $(COUNT)/1800.0" | bc -l )/30 + +upload: + rsync thesis.pdf poincare:public_html/wavl/thesis.pdf \ No newline at end of file