comparison lisp/Makefile.in @ 29703:170ce838593c

(distclean): New target.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Jun 2000 18:55:45 +0000
parents 97ed659aea4e
children ce8197473e44
comparison
equal deleted inserted replaced
29702:e59eddaf8d55 29703:170ce838593c
180 180
181 # Generate/update files for the bootstrap process. 181 # Generate/update files for the bootstrap process.
182 182
183 bootstrap: autoloads compile-files custom-deps 183 bootstrap: autoloads compile-files custom-deps
184 184
185 distclean:
186 -rm -f $(lisp)/Makefile
187
185 # Makefile ends here. 188 # Makefile ends here.