diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9ea24bf --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +pdf: + pdflatex paper.tex + bibtex paper.aux + pdflatex paper.tex + pdflatex paper.tex +clean: + (rm -rf *.ps *.log *.dvi *.aux *.*% *.lof *.lop *.lot *.toc *.idx *.ilg *.ind *.bbl *.blg *.cpt *.out) + (rm -rf src/*.pyc src/outcmaes*)