Added functions to move memory to and from user space.
[cascardo/kernel/old_slides/.git] / Makefile
1 all: ldd.pdf
2
3 ldd.pdf: ldd.tex
4         pdflatex ldd.tex
5
6 ldd.tex: _ldd.xml beamer.xsl
7         xsltproc beamer.xsl _ldd.xml > ldd.tex
8
9 clean:
10         rm -f ldd.pdf ldd.tex