From: tomo Date: Mon, 7 Dec 2009 01:22:25 +0000 (+0000) Subject: (distclean): New target. X-Git-Tag: chise-fonts-installer-0_1~34 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b91c0af9a170a767c8bfae3a2acfdb8c4f5d138d;p=chise%2Fchise-fonts-installer.git (distclean): New target. --- diff --git a/Makefile.in b/Makefile.in index ea989bf..7888b67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,3 +35,9 @@ build-gt: install-gt: cd GT && make install + + +distclean: + -$(RM) Makefile config.status config.log + -$(RM) -r autom4te.cache/ + cd GT && make distclean