Commit 9299c8f0 authored by Martin Pool's avatar Martin Pool

Clean testtmp*, because we now put tests in their own directories.

Add "make cleantests"
parent dfef3f10
......@@ -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
......
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