mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; * exec/Makefile.in (clean): Add `exec1'.
This commit is contained in:
parent
83eeebe9ef
commit
0bdeb217fc
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ exec1: exec1.o libexec.a
|
|||
|
||||
.PHONY: clean distclean maintainer-clean extraclean bootstrap-clean
|
||||
clean:
|
||||
rm -f *.o *.a loader test *.s.s
|
||||
rm -f *.o *.a loader test exec1 *.s.s
|
||||
ifeq ($(AUTO_DEPEND),yes)
|
||||
rm -rf deps/*.d
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue