Fixup makefile make upload
This commit is contained in:
parent
89c2429e84
commit
27023c6917
1 changed files with 2 additions and 2 deletions
|
@ -54,5 +54,5 @@ clean:
|
||||||
fullclean:
|
fullclean:
|
||||||
rm -rf $(BUILD_DIR)
|
rm -rf $(BUILD_DIR)
|
||||||
|
|
||||||
upload: $(CLEANED_PDF)
|
upload: $(CLEANED_MAIN)
|
||||||
scp $(CLEANED_PDF) www.tobast:~/files/phd_manuscript.pdf
|
scp $< www.tobast:~/files/phd_manuscript.pdf
|
||||||
|
|
Loading…
Add table
Reference in a new issue