diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2009-06-22 19:39:04 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2009-06-22 19:39:04 +0200 |
| commit | c9933b4eb7dc72985424515d3976772014987fe8 (patch) | |
| tree | d76efdc398851860fc4897a28817eae3396f36d8 /application-devel/app-debugging | |
| parent | 42cbeb39988df2958fb21020c06589cb2eb0e400 (diff) | |
| parent | 46027380cf6cd71408a70e985430328acaa2dc2e (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'application-devel/app-debugging')
| -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 + |
