diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-07-07 20:07:35 -0400 | 
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-07-07 20:07:35 -0400 | 
| commit | 789e65eaf0be44731d36168e8fc2e966ca7a4516 (patch) | |
| tree | f23db1690c1d888f5839917a34af1b2b66575512 /makefile | |
| parent | 8dbdb3a4b883ae7c22a0e71163f3aa1a327fda09 (diff) | |
| download | paper-789e65eaf0be44731d36168e8fc2e966ca7a4516.tar.gz paper-789e65eaf0be44731d36168e8fc2e966ca7a4516.tar.bz2 paper-789e65eaf0be44731d36168e8fc2e966ca7a4516.zip | |
added figure dependencies to the makefile
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: | 
