new make clean

This commit is contained in:
Tj Holowaychuk 2010-10-31 11:47:39 -07:00
parent c64a82b76e
commit e9dbcd19f9

View file

@ -29,6 +29,7 @@ uninstall:
)
clean:
rm -f man/git-*.gz man/git-*.html
rm -f man/*.md
rm -f man/*.html
.PHONY: docs install uninstall