summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2a9a11a..364b659 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ DATA=fig_correlation_data_collapse-hL
all: ${DOC}.pdf
-%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat}
+%.tex: figs/%.gplot ${DATA:%=figs/%.dat}
gnuplot $< > $@
${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}