Added functions to move memory to and from user space.
[cascardo/kernel/old_slides/.git] / 01.hello / Makefile
index 3913174..767009f 100644 (file)
@@ -3,11 +3,11 @@ NAME = 01.hello
 all: $(NAME).pdf
 
 %.pdf: %.tex
-       pdflatex $<
+       TEXINPUTS=.:..: pdflatex $<
 
 %.tex: %.xml ../beamer.xsl
        xsltproc ../beamer.xsl $< > $@
 
 clean:
        rm -f $(NAME).pdf $(NAME).tex $(NAME).aux $(NAME).log $(NAME).nav \
-               $(NAME).out $(NAME).snm $(NAME).toc
+               $(NAME).out $(NAME).snm $(NAME).toc $(NAME).vrb