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