From 26aa5c8e7272105a15b9cc7cbbfb0ca789701d55 Mon Sep 17 00:00:00 2001
From: hut <hut@lavabit.com>
Date: Wed, 7 Apr 2010 00:57:26 +0200
Subject: make clean: fixed

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

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index f3e00ee8..05c565e6 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ cleandoc:
 	test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html
 
 clean:
-	find . -regex \*.py[co]\$$ -exec rm -f -- {} \;
+	find . -regex .\*.py[co]\$$ -exec rm -f -- {} \;
 
 test:
 	./all_tests.py 1
-- 
cgit 1.4.1-2-gfad0