diff options
| author | Manuel Traut <manut@linutronix.de> | 2009-06-22 18:17:48 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2009-06-22 18:17:48 +0100 |
| commit | 46027380cf6cd71408a70e985430328acaa2dc2e (patch) | |
| tree | bbd56846ca4c7b740cbeae6d7c2e77d054a43f28 /application-devel/app-debugging/Makefile | |
| parent | 9cbb0a699f398daffa8c1808d02bf447ebf0c1f0 (diff) | |
application-devel: added debugging handount
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'application-devel/app-debugging/Makefile')
| -rw-r--r-- | application-devel/app-debugging/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |
