From 46027380cf6cd71408a70e985430328acaa2dc2e Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 22 Jun 2009 18:17:48 +0100 Subject: application-devel: added debugging handount Signed-off-by: Manuel Traut --- application-devel/app-debugging/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 application-devel/app-debugging/Makefile (limited to 'application-devel/app-debugging') diff --git a/application-devel/app-debugging/Makefile b/application-devel/app-debugging/Makefile new file mode 100644 index 0000000..4b38b5c --- /dev/null +++ b/application-devel/app-debugging/Makefile @@ -0,0 +1,8 @@ +all: + pdflatex handout_app-debugging_de.tex + pdflatex pres_app-debugging_de.tex + pdflatex hints_app-debugging_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + -- cgit v1.2.3