From 3f84b7d30bcee174491ff0015816fe8831b1440a Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Fri, 30 Jan 2009 22:55:55 +0000 Subject: [PATCH] Add libgit2.pc to make clean rule. Signed-off-by: Ingmar Vanhassel Signed-off-by: Shawn O. Pearce --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c8f5cfa83..8529bb1ac 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ all:: $(GIT_LIB) clean: rm -f $(GIT_LIB) + rm -f libgit2.pc rm -f src/*.o rm -f tests/*.o tests/*.exe tests/*.toc rm -rf trash-*.exe