changeset 29703:170ce838593c

(distclean): New target.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Jun 2000 18:55:45 +0000
parents e59eddaf8d55
children ce8197473e44
files lisp/Makefile.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Fri Jun 16 18:54:24 2000 +0000
+++ b/lisp/Makefile.in	Fri Jun 16 18:55:45 2000 +0000
@@ -182,4 +182,7 @@
 
 bootstrap: autoloads compile-files custom-deps
 
+distclean:
+	-rm -f $(lisp)/Makefile
+
 # Makefile ends here.