Remove more aux files on make clean
This commit is contained in:
parent
315a83fda9
commit
ae59df6855
3
Makefile
3
Makefile
@ -10,7 +10,8 @@ clean:
|
|||||||
@echo Cleaning up temporary files.
|
@echo Cleaning up temporary files.
|
||||||
@rm -rf public/*
|
@rm -rf public/*
|
||||||
@rm -rf temp/*
|
@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)
|
# Compile listings (only needed when listings have changed)
|
||||||
listings: listings/**/*
|
listings: listings/**/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user