Skip to content
Snippets Groups Projects
Commit 0f4bed5d authored by Luke Naylor's avatar Luke Naylor
Browse files

Refine the Makefile

parent 9c838f68
No related branches found
No related tags found
No related merge requests found
Pipeline #24619 failed
......@@ -13,7 +13,7 @@ main.sagetex.sout: ${SAGESCRIPT} pymodules
sage $?
${SAGESCRIPT}: ${TEXFILES}
pdflatex -interaction=nonstopmode ${MAINTEXFILE}
latexmk -interaction=nonstopmode ${MAINTEXFILE}
pymodules: $(addsuffix .py,${SAGEPLOTFILES})
......@@ -27,11 +27,5 @@ $(addsuffix .py,${SAGEPLOTFILES}): $(addsuffix .sage,${SAGEPLOTFILES})
.PHONY: clean
clean:
latexmk -C
rm -f main.pdf
rm -f *.sagetex.*
rm -f *.xml
rm -f *.sta
rm -f *.bbl
rm -rf sage-plots-for-main.tex
rm -f *.tmp
git clean -xf || echo no git repo to use for cleaning
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment