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
committer Kartik Agaram <vc@akkartik.com> 2018-11-30 16:54:01 -0800 4809 - subx: html with 5 colors for comments' href='/akkartik/mu/commit/html/subx/examples/ex1.subx.html?h=hlt&id=14a380525ed2df295463b1906b718cb26871df3b'>14a38052 ^
bb2b6ba7 ^
































e4ac3c9e ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^







bb2b6ba7 ^
c762564b ^
d1c9392a ^
14a38052 ^

c56d803c ^
d1c9392a ^

14a38052 ^
bb2b6ba7 ^



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