diff options
Diffstat (limited to 'application-devel/cross-devel/Makefile')
| -rw-r--r-- | application-devel/cross-devel/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/application-devel/cross-devel/Makefile b/application-devel/cross-devel/Makefile new file mode 100644 index 0000000..bd4d45f --- /dev/null +++ b/application-devel/cross-devel/Makefile @@ -0,0 +1,8 @@ +all: + pdflatex handout_cross-devel_de.tex + pdflatex pres_cross-devel_de.tex + pdflatex hints_cross-devel_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
