summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8913449..ffa4c63 100644
--- a/makefile
+++ b/makefile
@@ -1,12 +1,14 @@
DOC=essential-ising
FIGS=fig-susmag
+DATA=data_square-4096
+FUNCS=fig-mag_scaling-func fig-sus_scaling-func
all: ${FIGS:%=figs/%.tex}
rubber $(DOC).tex
dvipdf $(DOC).dvi
-figs/%.tex: figs/%.gplot
+figs/%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat}
gnuplot $< > $@
clean: