summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/Makefile
diff options
context:
space:
mode:
authorRefik Hadzialic2012-03-26 13:17:34 +0200
committerRefik Hadzialic2012-03-26 13:17:34 +0200
commit4abd197d076ac894ea1260e506b03dd020a7cee4 (patch)
tree32866b82c321a063dfda7fda8eea82f5ac939caf /vorlagen/thesis/Makefile
parentinit repo (diff)
downloadmalign-4abd197d076ac894ea1260e506b03dd020a7cee4.tar.gz
malign-4abd197d076ac894ea1260e506b03dd020a7cee4.tar.xz
malign-4abd197d076ac894ea1260e506b03dd020a7cee4.zip
I added the latex files for writing the thesis!
Diffstat (limited to 'vorlagen/thesis/Makefile')
-rw-r--r--vorlagen/thesis/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/vorlagen/thesis/Makefile b/vorlagen/thesis/Makefile
new file mode 100644
index 0000000..eee7005
--- /dev/null
+++ b/vorlagen/thesis/Makefile
@@ -0,0 +1,12 @@
+all:
+ cd src; make
+
+clean:
+ rm -vf tmp/*
+
+preview:
+ okular maindoc.pdf &> /dev/null &
+
+distclean: clean
+ cd src; make clean
+ rm -vf *.pdf