diff --git a/Makefile b/Makefile
index b9560b92261a95eab416747e912165428d3fdcdd..c3b83e8f8e9c7fd880aeb4685b9f13c001fd41bd 100644
--- a/Makefile
+++ b/Makefile
@@ -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