makefile
changeset 0 cd76c4b9fab0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/makefile	Thu Aug 18 01:27:04 2011 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +paper: 
     1.5 +	pdflatex -output-directory=out -aux-directory=out src/book1.tex
     1.6 +
     1.7 +clean:
     1.8 +	rm -rf out/*
     1.9 \ No newline at end of file