thesis: Add TU Wien Informatics template
This commit is contained in:
13
thesis/Makefile
Normal file
13
thesis/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.PHONY: all clean clean-out
|
||||
all: thesis.pdf clean-out
|
||||
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
||||
pdflatex $<
|
||||
|
||||
clean: clean-out
|
||||
rm -rf *.pdf
|
||||
|
||||
clean-out:
|
||||
rm -rf *.acn *.aux *.glo *.glsdefs *.idx *.ist *.loa *.lof *.log *.lot *.mw *.out *.toc *.xmpdata *.xmpi
|
||||
Reference in New Issue
Block a user