X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dfef3f1099468a3b57f69840002184c527259558..bf4e725d5d3c0a06c9a8d74cb9b1c183e161f148:/Makefile.in diff --git a/Makefile.in b/Makefile.in index b6e0350f..7d2763c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,9 +91,11 @@ rsyncd.conf.5: rsyncd.conf.yo proto: cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h -clean: - rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls - rm -rf ./testtmp +clean: cleantests + rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls getgroups + +cleantests: + rm -rf ./testtmp* # We try to delete built files from both the source and build # directories, just in case somebody previously configured things in