1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(extraclean): added target so make doesn't die if

one runs "make extraclean" at the top level.
This commit is contained in:
Bill Wohler 2001-01-28 23:34:52 +00:00
parent f769781e55
commit a070e0b734

View File

@ -188,3 +188,6 @@ clean mostlyclean:
distclean maintainer-clean:
if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
rm -f Makefile
extraclean: distclean
-rm -f *~ \#* m/?*~ s/?*~