Remove more aux files on make clean

This commit is contained in:
Knoch 2024-11-23 21:11:04 +01:00
parent 315a83fda9
commit ae59df6855

View File

@ -10,7 +10,8 @@ clean:
@echo Cleaning up temporary files.
@rm -rf public/*
@rm -rf temp/*
@rm -f main-{script,exercises,solutions}.{aux,loc,log,out,pdf,soc,toc}
@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}
# Compile listings (only needed when listings have changed)
listings: listings/**/*