summaryrefslogtreecommitdiff
path: root/makefile
blob: a2a0925bbb043c80cfebf5d09d265ba4b18c7f04 (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)