Skip to content

Commit

Permalink
Expand make cleans.
Browse files Browse the repository at this point in the history
  • Loading branch information
sudonatalie committed Jun 6, 2017
1 parent 4847ce6 commit 6a197b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion Presentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a197b9

Please sign in to comment.