(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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue