diff options
| author | Jan Altenberg <jan@linutronix.de> | 2010-10-08 15:54:23 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2010-10-08 15:54:23 +0200 |
| commit | ad6f044415a9563ba4969957f673c73209ce9e1b (patch) | |
| tree | b99dd76f14c979aa04cb18997c55a4b7856f94f0 /linux-basics/linux-mm-basics/Makefile | |
| parent | 3e0749d662262f2e989fed74cd809b11c1357708 (diff) | |
Userspace memory management:
- Basics
- Do's and Dont's
- Realtime
Diffstat (limited to 'linux-basics/linux-mm-basics/Makefile')
| -rw-r--r-- | linux-basics/linux-mm-basics/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/linux-mm-basics/Makefile b/linux-basics/linux-mm-basics/Makefile new file mode 100644 index 0000000..5a7cfbe --- /dev/null +++ b/linux-basics/linux-mm-basics/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_linux-mm-basics_en.tex + pdflatex hints_linux-mm-basics_en.tex + pdflatex handout_linux-mm-basics_en.tex + pdflatex handout_linux-mm-basics_en.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
