; * 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
Reference in a new issue