diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-03-29 13:31:29 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-03-29 13:31:29 -0400 |
commit | 5cbe90854d1b3d784f956e3005e84b18cde9aeaa (patch) | |
tree | b36f757a592599703b5e9e9259c858ca9c496649 /makefile | |
parent | eb526148d370b2fbe96d3b049840c09a2ce44bf2 (diff) | |
download | PRE_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-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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} |