From: Jacob Lifshay Date: Mon, 29 Jan 2024 09:35:25 +0000 (-0800) Subject: fosdem2024_bigint/Makefile: add upload target X-Git-Url: https://git.libre-soc.org/?p=libreriscv.git;a=commitdiff_plain;h=bdd6385453f1fce7430ab974b09ada254374e91c fosdem2024_bigint/Makefile: add upload target --- diff --git a/conferences/fosdem2024/fosdem2024_bigint/Makefile b/conferences/fosdem2024/fosdem2024_bigint/Makefile index 8cf17f544..c3d8f908d 100644 --- a/conferences/fosdem2024/fosdem2024_bigint/Makefile +++ b/conferences/fosdem2024/fosdem2024_bigint/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean clean-intermediates +.PHONY: all clean clean-intermediates upload ARGS=-silent -interaction=nonstopmode -file-line-error -pdf @@ -9,4 +9,7 @@ clean: @latexmk $(ARGS) -C clean-intermediates: - @latexmk $(ARGS) -c \ No newline at end of file + @latexmk $(ARGS) -c + +upload: all + echo "put fosdem2024_bigint.pdf fosdem_2024/fosdem2024_bigint.pdf" | sftp -P 922 ftp@ftp.libre-soc.org