(distclean): New target.

This commit is contained in:
Gerd Moellmann 2000-06-16 18:55:45 +00:00
parent 0a2ea2356d
commit 432808885f

View file

@ -182,4 +182,7 @@ bootstrap-clean:
bootstrap: autoloads compile-files custom-deps
distclean:
-rm -f $(lisp)/Makefile
# Makefile ends here.