Make sure src/Makefile cleans up all executable files when
parent makefile calles "make clean".
This commit is contained in:
@@ -181,8 +181,7 @@ consoles.o: consoles.c consoles.h
|
||||
cleanobjs:
|
||||
rm -f *.o *.bak
|
||||
|
||||
clean: cleanobjs
|
||||
@echo Type \"make clobber\" to really clean up.
|
||||
clean: cleanobjs clobber
|
||||
|
||||
clobber: cleanobjs
|
||||
rm -f $(BIN) $(SBIN) $(USRBIN)
|
||||
|
||||
Reference in New Issue
Block a user