From: Andrew Tridgell Date: Sun, 31 Mar 2002 06:26:23 +0000 (+0200) Subject: ready for version 1.1 X-Git-Tag: v1.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab8dfef89e9c8c12f633f13d11002fc92fdf685;p=thirdparty%2Fccache.git ready for version 1.1 --- diff --git a/Makefile b/Makefile index 6261f11b1..a866ecb74 100644 --- a/Makefile +++ b/Makefile @@ -13,5 +13,9 @@ ccache.1: ccache.yo yodl2man -o ccache.1 ccache.yo yodl2html -o web/ccache-man.html ccache.yo +install: + cp ccache /usr/local/bin + cp ccache.1 /usr/local/man/man1/ + clean: /bin/rm -f $(OBJS) *~ ccache