X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dfef3f1099468a3b57f69840002184c527259558..12b159ac4110e23553e94c805b8a121944f47698:/Makefile.in diff --git a/Makefile.in b/Makefile.in index b6e0350f..1285f1ce 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: +clean: cleantests rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls - rm -rf ./testtmp + +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