From 1f383b624b59fcf665a1c41eb2d86da3a836690e Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Sat, 15 Sep 2007 13:55:59 -0700
Subject: [PATCH] Makefile: clean: remove _trial_temp/ and _test_memory/ too

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8552cfdf..311702f2 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,7 @@ test-clean:
 	diff allfiles.tmp.old allfiles.tmp.new
 
 clean:
-	rm -rf build
+	rm -rf build _trial_temp _test_memory
 	rm -f debian
 	rm -f `find src/allmydata -name '*.so' -or -name '*.pyc'`
 	rm -rf tahoe_deps.egg-info allmydata_tahoe.egg-info
-- 
2.45.2