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

Need to also delete getgroups when cleaning.

parent 12b159ac
......@@ -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*
......
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