summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-05-26 10:20:59 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-05-26 10:20:59 -0400
commit7b4f4ee4813f8afc3e9949a368fe708351d3b89c (patch)
tree33b6d66b24cf57c193d3dabc8b891ca382940c92 /makefile
downloadpaper-7b4f4ee4813f8afc3e9949a368fe708351d3b89c.tar.gz
paper-7b4f4ee4813f8afc3e9949a368fe708351d3b89c.tar.bz2
paper-7b4f4ee4813f8afc3e9949a368fe708351d3b89c.zip
changes
Diffstat (limited to 'makefile')
-rw-r--r--makefile13
1 files changed, 13 insertions, 0 deletions
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)
+