Commit 3f84b7d30bcee174491ff0015816fe8831b1440a

Ingmar Vanhassel 2009-01-30T22:55:55

Add libgit2.pc to make clean rule. Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index c8f5cfa..8529bb1 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