Remove root files in "make clean"

This commit is contained in:
Stephen Heumann 2016-01-07 20:43:59 -06:00
parent cc929f87ce
commit 3eba861bdb
1 changed files with 1 additions and 1 deletions

View File

@ -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