diff options
author | Camil Staps | 2016-11-22 23:56:49 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-22 23:56:49 +0100 |
commit | 45e52506a41870afa57389fe9741e6bfd57408e8 (patch) | |
tree | de00843e9992c2285716a191db5c377acd7dbecd /thesis/Makefile | |
parent | Storing PC: comparison (diff) |
More intro; draft mode
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) |