diff --git a/Makefile.common b/Makefile.common index 3a1d0ea..b58412e 100644 --- a/Makefile.common +++ b/Makefile.common @@ -71,4 +71,4 @@ telnetd/telnetd: $(TELNETD_OBJS) $(LIBTELNET_OBJS) .PHONY: clean clean: - $(RM) $(OBJS) telnet/telnet telnetd/telnetd + $(RM) $(OBJS) $(OBJS:.o=.root) telnet/telnet telnetd/telnetd