summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index c3d9764..96ddfe3 100644
--- a/makefile
+++ b/makefile
@@ -6,10 +6,10 @@ DATA=correlation correlation_temp metastable_raw metastable_func
all: ${DOC}.pdf
%.tex: figs/%.gplot $(shell find data -type f)
- gnuplot $< > $@
+ gnuplot $<
${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}
- latexmk -pdfdvi $(DOC).tex
+ latexmk -pdf $(DOC).tex
clean:
latexmk -C -f ${DOC}