diff -r 000000000000 -r a18cfd9a0c87 paper/makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paper/makefile Fri May 27 20:54:16 2011 +0200 @@ -0,0 +1,5 @@ +paper: + pdflatex -output-directory=out -aux-directory=out src/paper.tex + +clean: + rm -rf out/* \ No newline at end of file