From 6a197b97895ed34a622088f1b20c3db442651330 Mon Sep 17 00:00:00 2001 From: Natalie Perna Date: Mon, 5 Jun 2017 21:35:06 -0400 Subject: [PATCH] Expand make cleans. --- Makefile | 3 ++- Presentation/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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