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

Add makefile target for when there's no diff in sagemath

parent 4ae777b7
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,11 @@ ${SAGETEXSCRIPT}: ${TEXFILES} filtered_sage.txt ...@@ -17,9 +17,11 @@ ${SAGETEXSCRIPT}: ${TEXFILES} filtered_sage.txt
filtered_sage.txt: ${MAINTEXFILE} filter_sage.sed filtered_sage.txt: ${MAINTEXFILE} filter_sage.sed
./filter_sage.sed ${MAINTEXFILE} > $@ ./filter_sage.sed ${MAINTEXFILE} > $@
.PHONY: clean .PHONY: clean nosage
clean: clean:
rm -rf **/__pycache__ rm -rf **/__pycache__
latexmk -C latexmk -C
git clean -xf || echo no git repo to use for cleaning git clean -xf || echo no git repo to use for cleaning
nosage:
latexmk
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