From 789e65eaf0be44731d36168e8fc2e966ca7a4516 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 7 Jul 2017 20:07:35 -0400 Subject: added figure dependencies to the makefile --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3-54-g00ecf