summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-29 13:31:29 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-29 13:31:29 -0400
commit5cbe90854d1b3d784f956e3005e84b18cde9aeaa (patch)
treeb36f757a592599703b5e9e9259c858ca9c496649 /makefile
parenteb526148d370b2fbe96d3b049840c09a2ce44bf2 (diff)
downloadPRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.tar.gz
PRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.tar.bz2
PRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.zip
lots of changes
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 364b659..d671dfa 100644
--- a/makefile
+++ b/makefile
@@ -1,11 +1,11 @@
DOC=monte-carlo
-FIGS=fig_correlation_collapse-hL fig_correlation
-DATA=fig_correlation_data_collapse-hL
+FIGS=fig_correlation_collapse-hL fig_correlation fig_metastable fig_correlation-temp
+DATA=correlation correlation_temp metastable_raw metastable_func
all: ${DOC}.pdf
-%.tex: figs/%.gplot ${DATA:%=figs/%.dat}
+%.tex: figs/%.gplot ${DATA:%=data/%.dat}
gnuplot $< > $@
${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex}