summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vorlagen/thesis/Makefile')
-rw-r--r--vorlagen/thesis/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/vorlagen/thesis/Makefile b/vorlagen/thesis/Makefile
new file mode 100644
index 0000000..5d0a0fe
--- /dev/null
+++ b/vorlagen/thesis/Makefile
@@ -0,0 +1,13 @@
+all:
+ cd src; make
+ cp maindoc.pdf ../../../Dropbox/Public/
+
+clean:
+ rm -vf tmp/*
+
+preview:
+ okular maindoc.pdf &> /dev/null &
+
+distclean: clean
+ cd src; make clean
+ rm -vf *.pdf