diff options
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 + |
