Skip to content
Snippets Groups Projects
Commit 250eb867 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added presentation to 'upload' make target.

parent 32a6ee7d
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,13 @@ $(b)$(REPORT).bbl: $(d)$(REPORT).bib
$(LATEX) $(^:.bib=.tex)
$(LATEX) $(^:.bib=.tex)
upload: $(b)upload
upload: $(b)upload_$(REPORT) $(b)upload_$(PRESENTATION)
$(b)upload: $(b)$(REPORT).pdf
scp $^ mv:tk.nl
touch $@
$(b)upload_$(PRESENTATION): $(b)$(PRESENTATION).pdf
scp $^ mv:tk.nl && touch $@
$(b)upload_$(REPORT): $(b)$(REPORT).pdf
scp $^ mv:tk.nl && touch $@
bibclean:
rm -f $(d)report.bib~*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment