From 27023c69174207344de75678464e391a2bcdc9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= <contact@tobast.fr> Date: Wed, 1 Jan 2025 19:43:41 +0100 Subject: [PATCH] Fixup makefile `make upload` --- manuscrit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscrit/Makefile b/manuscrit/Makefile index c9a03c5..9be5874 100644 --- a/manuscrit/Makefile +++ b/manuscrit/Makefile @@ -54,5 +54,5 @@ clean: fullclean: rm -rf $(BUILD_DIR) -upload: $(CLEANED_PDF) - scp $(CLEANED_PDF) www.tobast:~/files/phd_manuscript.pdf +upload: $(CLEANED_MAIN) + scp $< www.tobast:~/files/phd_manuscript.pdf