summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6123a44805d586ccbcadd2348cae180711e33751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEX1=hakemus
TEX2=application

all:
	make $(TEX1).pdf
	make $(TEX2).pdf
	make clean

$(TEX1).pdf: $(TEX1).tex
	pdflatex $(TEX1).tex
	pdflatex $(TEX1).tex

$(TEX2).pdf: $(TEX2).tex
	pdflatex $(TEX2).tex
	pdflatex $(TEX2).tex

clean:
	rm -rf *~ *.log *.out *.aux *.toc *.snm *.nav