summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-09-08 22:29:01 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-09-08 22:29:01 +0100
commitd4cac49662d0e43b32fec5f6108951ece507e94d (patch)
tree47daac36e8d4c63638c298cdf1df64c3735c10d0
parent89e28dfa06f176f0887fd5962d1c07b86df8c148 (diff)
downloadgall-d4cac49662d0e43b32fec5f6108951ece507e94d.tar.gz
Fix clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cb2616..f8f51d8 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ libgit2/build/gall-install-stamp:
touch $@
clean:
- $(RM) luacov.report.out luacov.stats.out
+ $(RM) luacov.report.out luacov.report.git2.out luacov.stats.out
$(RM) -r libgit2/build luagit2/build lib/gall/ll
distclean: clean