From 7b4f4ee4813f8afc3e9949a368fe708351d3b89c Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 26 May 2017 10:20:59 -0400 Subject: changes --- makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile new file mode 100644 index 0000000..a2a0925 --- /dev/null +++ b/makefile @@ -0,0 +1,13 @@ + +DOC=essential_ising.tex +FIGS=scaling_func + +all: ${FIGS:%=figs/%.tex} + rubber --pdf $(DOC) + +figs/%.tex: figs/%.gplot + gnuplot $< > $@ + +clean: + rubber --clean $(DOC) + -- cgit v1.2.3-54-g00ecf