summaryrefslogtreecommitdiffstats
path: root/vorlagen/thesis/Makefile
blob: 5d0a0fec9d89198fc2dddb30cde0f35df0eb8a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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