From ad6f044415a9563ba4969957f673c73209ce9e1b Mon Sep 17 00:00:00 2001 From: Jan Altenberg Date: Fri, 8 Oct 2010 15:54:23 +0200 Subject: Userspace memory management: - Basics - Do's and Dont's - Realtime --- linux-basics/linux-mm-basics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-basics/linux-mm-basics/Makefile (limited to 'linux-basics/linux-mm-basics/Makefile') 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 + -- cgit v1.2.3