mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-07 06:25:36 -04:00
Need to also delete getgroups when cleaning.
This commit is contained in:
@@ -92,7 +92,7 @@ proto:
|
||||
cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h
|
||||
|
||||
clean: cleantests
|
||||
rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls
|
||||
rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls getgroups
|
||||
|
||||
cleantests:
|
||||
rm -rf ./testtmp*
|
||||
|
||||
Reference in New Issue
Block a user