Added functions to move memory to and from user space.
[cascardo/kernel/old_slides/.git] / 01.hello / Makefile
1 NAME = 01.hello
2
3 all: $(NAME).pdf
4
5 %.pdf: %.tex
6         TEXINPUTS=.:..: pdflatex $<
7
8 %.tex: %.xml ../beamer.xsl
9         xsltproc ../beamer.xsl $< > $@
10
11 clean:
12         rm -f $(NAME).pdf $(NAME).tex $(NAME).aux $(NAME).log $(NAME).nav \
13                 $(NAME).out $(NAME).snm $(NAME).toc $(NAME).vrb