summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
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
lt;vc@akkartik.com> 2021-03-26 23:07:35 -0700 explicitly pass screen and keyboard to main' href='/akkartik/mu/commit/mu-init.subx?h=main&id=1a43d12b15c11c1fb1686369665f48d87f350f37'>1a43d12b ^
2d306e2a ^
7ca19e4e ^


460528e8 ^
341f0c59 ^

4541bfa5 ^





8482d5d7 ^
5c5bca9d ^












71e4f381 ^
341f0c59 ^



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