diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-07-07 19:53:09 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-07-07 19:53:09 -0400 |
commit | 8dbdb3a4b883ae7c22a0e71163f3aa1a327fda09 (patch) | |
tree | 0b2fc3a7f6dfeee81258cdfe27eb8c3967cdc3d8 /makefile | |
parent | 71d7a60444ef7242b570688ae3c3392821316899 (diff) | |
download | paper-8dbdb3a4b883ae7c22a0e71163f3aa1a327fda09.tar.gz paper-8dbdb3a4b883ae7c22a0e71163f3aa1a327fda09.tar.bz2 paper-8dbdb3a4b883ae7c22a0e71163f3aa1a327fda09.zip |
cleaned up the repo, put both figures in one
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ DOC=essential-ising -FIGS=fig-sus fig-mag +FIGS=fig-susmag all: ${FIGS:%=figs/%.tex} rubber $(DOC).tex |