From 2bfe06d13dbbc752cc9e546ecad7126bf8c9b727 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 9 Feb 2016 10:59:14 -0500 Subject: Updated Makefile. Added *.bbl and *.blg to report-clean. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3