Fixup makefile make upload

This commit is contained in:
Théophile Bastian 2025-01-01 19:43:41 +01:00
parent 89c2429e84
commit 27023c6917

View file

@ -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