summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-25 03:13:22 +0100
committerhut <hut@lavabit.com>2010-02-25 20:27:54 +0100
commitb22ec5cfbd3b3501de170293c8465904a26b6377 (patch)
treeca3e21a296cf028b5474c5d29cb85b982231215c /Makefile
parente9e4b4ffa4b4865c46acbebfc7ef2083bfac0210 (diff)
downloadranger-b22ec5cfbd3b3501de170293c8465904a26b6377.tar.gz
make clean: delete pyo files as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2393415..aab7f5b5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ cleandoc:
 	test -d $(DOCDIR) && rm -f $(DOCDIR)/*.html
 
 clean:
-	find . -regex .\*.pyc$ | xargs rm
+	find . -regex .\*.py[co]$ | xargs rm
 
 test:
 	./all_tests.py
f'>23fd294d ^
571bf69f ^




d9d9ab81 ^
d9d9ab81 ^
571bf69f ^

9e5e87ca ^
571bf69f ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28