summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-07 00:57:26 +0200
committerhut <hut@lavabit.com>2010-04-07 03:41:40 +0200
commit90416a694b8126f5a0c8ade05edb797d61a5e89b (patch)
treeb37aa6eef93bb362f892f32d790073f6b156adeb /Makefile
parent98843e4667ace86d666813fae03b677aa0333de9 (diff)
downloadranger-90416a694b8126f5a0c8ade05edb797d61a5e89b.tar.gz
make clean: fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
on' href='/akkartik/mu/blame/060rewrite_literal_string.cc?h=hlt&id=ada5eb55cb185edf30dcac48b25cc485d44677ef'>^
8b095f80 ^





387f9c93 ^
ac8acc7b ^
8b095f80 ^

8b095f80 ^

8b095f80 ^



bd5d3936 ^

639922e8 ^
8b095f80 ^

d8509b41 ^
8b095f80 ^

8b095f80 ^
8b095f80 ^
6c96a437 ^
8b095f80 ^

6c96a437 ^
78c50205 ^
8b095f80 ^

d559f68b ^
3c4c9c08 ^
8b095f80 ^









8b095f80 ^
2badd89a ^

6c96a437 ^
2badd89a ^
6c96a437 ^
2badd89a ^

6c96a437 ^
2badd89a ^




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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75