diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ -DOC=essential-ising.tex -FIGS=scaling_func +DOC=essential-ising +FIGS=fig-sus fig-mag all: ${FIGS:%=figs/%.tex} - rubber --pdf $(DOC) + rubber $(DOC).tex + dvipdf $(DOC).dvi figs/%.tex: figs/%.gplot gnuplot $< > $@ |