Add libgit2.pc to make clean rule.

Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Ingmar Vanhassel 2009-01-30 22:55:55 +00:00 committed by Shawn O. Pearce
parent 19af3949ca
commit 3f84b7d30b

View File

@ -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