diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -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: | 
