diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-06-05 21:51:35 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-06-05 21:51:35 -0400 |
commit | e539f537677e645a6804063a7bd3eac2d2e57113 (patch) | |
tree | 0345d495547c6559900da94559dbde7880ba0c45 /makefile | |
parent | caf973b56c9c197ca046712dc189f368864f276c (diff) | |
download | paper-e539f537677e645a6804063a7bd3eac2d2e57113.tar.gz paper-e539f537677e645a6804063a7bd3eac2d2e57113.tar.bz2 paper-e539f537677e645a6804063a7bd3eac2d2e57113.zip |
many changes, most notably removing our section on the high-order terms and a lot of rewriting
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,4 +11,7 @@ figs/%.tex: figs/%.gplot clean: rubber --clean $(DOC) + rm -f $(DOC).pdf + rm -f $(DOC)Notes.bib + rm -f ${FIGS:%=figs/%.tex} |