From 4a90d80a76de36913d02b79ad2f01078e8ad6738 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 8 Aug 2023 17:25:48 +0200
Subject: [PATCH] update Makefile clean

---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b9560b92..c3b83e8f 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
-- 
GitLab