summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e0b926b..6018def 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,8 @@ report-clean:
@find report/ -name '*.log' -exec rm -f {} +
@find report/ -name '*.lot' -exec rm -f {} +
@find report/ -name '*.toc' -exec rm -f {} +
+ @find report/ -name '*.bbl' -exec rm -f {} +
+ @find report/ -name '*.blg' -exec rm -f {} +
blobs-clean:
@rm -f $(ALL_BLOBS)