Skip to content
Snippets Groups Projects
Unverified Commit 4a90d80a authored by Malin Freeborn's avatar Malin Freeborn
Browse files

update Makefile clean

parent b6cf0582
Branches
Tags
No related merge requests found
......@@ -21,6 +21,10 @@ all: $(BOOK).pdf
latexmk -jobname=$(BOOK) -shell-escape -pdf main.tex
clean:
rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.ptc *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg *.ilg *.ind *.pdf sq/*aux svg-inkscape
rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg \
*.pdf \
svg-inkscape \
*.fdb_latexmk \
*.fls
.PHONY: clean all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment