summaryrefslogtreecommitdiff
path: root/linux-basics/sh-programming/Makefile
blob: 325aad002f3b0eb9eb27fefe91f4c8b2eadfaf12 (plain)
1
2
3
4
5
6
7
8
9
all:
	pdflatex pres_sh-programming_de.tex
	pdflatex hints_sh-programming_de.tex
	pdflatex handout_sh-programming_de.tex
	pdflatex handout_sh-programming_de.tex

clean:
	rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out