]> rtime.felk.cvut.cz Git - modosist/iidtitlepage.git/commitdiff
Add Makefile
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 27 Feb 2019 10:59:25 +0000 (11:59 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 27 Feb 2019 10:59:25 +0000 (11:59 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..3ba009b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all: title_page.pdf
+
+%.pdf: %.tex iidtitlepage.sty bibfile.bib
+       pdflatex -interaction nonstopmode $*
+       bibtex $*
+       pdflatex -interaction nonstopmode $*
+
+clean:
+       rm -f $(addprefix title_page.,aux bbl blg log out pdf)