summaryrefslogtreecommitdiff
path: root/makefile
blob: f9421b5d5096dd288e0d6e1ac3c978a1ab800bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

DOC=essential-ising.tex
FIGS=scaling_func

all: ${FIGS:%=figs/%.tex}
	rubber --pdf $(DOC)

figs/%.tex: figs/%.gplot
	gnuplot $< > $@

clean:
	rubber --clean $(DOC)