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:
parent
f769781e55
commit
a070e0b734
@ -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/?*~
|
||||
|
Loading…
Reference in New Issue
Block a user