diff options
Diffstat (limited to 'thesis/Makefile')
-rw-r--r-- | thesis/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/thesis/Makefile b/thesis/Makefile index f8cec89..3dc4522 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -26,5 +26,7 @@ all: $(DOC).pdf $(RM) $(basename $<).mlog clean: - $(RM) $(addprefix $(DOC).,aux bbl bcf blg fmt log mlog run.xml out pdf toc)\ - $(DOC)-blx.bib + $(RM) -r\ + $(addprefix $(DOC).,aux bbl bcf blg fmt log mlog run.xml out pdf toc)\ + $(DOC)-blx.bib\ + _minted-$(DOC) |