From 40be10d6895c7ec90dfe74933d57d3685cd30e18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Wed, 17 Apr 2013 08:18:44 +0200 Subject: [PATCH] Add a distclean target that removes every file generated by the configure/remake scripts. --- Remakefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Remakefile.in b/Remakefile.in index 74fef80..eecc365 100644 --- a/Remakefile.in +++ b/Remakefile.in @@ -132,3 +132,7 @@ clean: ;; esac done + +distclean: clean + rm -rf config.status configure config.log autom4te.cache .remake Remakefile remake + -- 2.17.1