diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-22 19:41:25 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-22 19:41:25 +0100 |
commit | e11ae4bdaacb3c3e386039ab013ce1ed514b9792 (patch) | |
tree | a4174d7bb285afa53882ef9b9c7039ed8ae865a6 /makefile | |
parent | 883368ecef475949b961955f5857ff7ab3944d0d (diff) | |
download | paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.tar.gz paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.tar.bz2 paper-e11ae4bdaacb3c3e386039ab013ce1ed514b9792.zip |
Deleted a lot.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index a04aaa6..0000000 --- a/makefile +++ /dev/null @@ -1,21 +0,0 @@ - -DOC=essential-ising -FIGS=fig-susmag fig-series -DATA=data_square-4096 -FUNCS=fig-mag_scaling-func fig-sus_scaling-func fig-series-data - -all: ${DOC}.pdf - -%.tex: figs/%.gplot ${DATA:%=data/%.dat} ${FUNCS:%=figs/%.dat} - gnuplot $< > $@ - -${DOC}.pdf: ${DOC}.tex ${DOC}.bib ${FIGS:%=%.tex} - rubber $(DOC).tex - dvipdf $(DOC).dvi - -clean: - rubber --clean $(DOC) - rm -f $(DOC).pdf - rm -f $(DOC)Notes.bib - rm -f ${FIGS:%=%.tex} - |