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 00:57:26 +0200
commit26aa5c8e7272105a15b9cc7cbbfb0ca789701d55 (patch)
tree59db9debbecce56fcc275686a3d89d156590e129 /Makefile
parent43d4c88cfae47d1726a2ab9ad78d16bbbedc9a9a (diff)
downloadranger-26aa5c8e7272105a15b9cc7cbbfb0ca789701d55.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
6d8fbe649a0bf6c34a1fc446af6d2ec201b'>^
36e4e71e ^







78a7d762 ^
36e4e71e ^

78a7d762 ^
36e4e71e ^










































306c76d8 ^











6b1aaade ^

306c76d8 ^

36e4e71e ^





b6aed5ef ^
36e4e71e ^




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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105