From f99adf102039f8e8463b1e1dd92548b118aff459 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Thu, 20 Nov 2025 23:47:49 +0100 Subject: [PATCH] Add install-verification aux files to make clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15ef8d7..e9cbebc 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ clean: @rm -rf temp/* @rm -f main-{script,exercises,solutions}.{aux,loc,log,out,pdf,soc,toc,synctex.gz} @rm -f exercises/*/*.{aux,loc,log,out,pdf,soc,toc,synctex.gz} + @rm -f install-verification/*.{aux,loc,log,out,pdf,soc,toc,synctex.gz} # Compile listings (only needed when listings have changed) listings: listings/**/*