Commit 663717f4 authored by Martin Pool's avatar Martin Pool

Need to also delete getgroups when cleaning.

parent 12b159ac
...@@ -92,7 +92,7 @@ proto: ...@@ -92,7 +92,7 @@ proto:
cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h
clean: cleantests clean: cleantests
rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls getgroups
cleantests: cleantests:
rm -rf ./testtmp* rm -rf ./testtmp*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment