diff --git a/Makefile b/Makefile index 8f22315..f5f97e7 100644 --- a/Makefile +++ b/Makefile @@ -23,4 +23,5 @@ read: clean: rm -rf ${lagda_dir}/latex/ - rm -f ${filename}.{pdf,log,aux,out,bbl,blg,idx,lof,lot,ptb,toc} + rm -f ${filename}.{tex,pdf,log,aux,out,bbl,blg,idx,lof,lot,ptb,toc} + find . -name "*.agdai" -delete diff --git a/Presentation/Makefile b/Presentation/Makefile index 8439ad8..5d80bb8 100644 --- a/Presentation/Makefile +++ b/Presentation/Makefile @@ -23,4 +23,5 @@ read: clean: rm -rf ${lagda_dir}/latex/ - rm -f ${filename}.{pdf,log,aux,out,bbl,blg,idx,lof,lot,ptb,toc} + rm -f ${filename}.{tex,pdf,log,aux,out,bbl,blg,idx,lof,lot,ptb,toc,nav,snm} + find . -name "*.agdai" -delete