summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77fad740..6c5ed88c 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,8 @@ compile: clean
 	PYTHONOPTIMIZE=$(PYOPTIMIZE) $(PYTHON) -m compileall -q ranger
 
 clean:
-	find . -regex .\*.py[co]\$$ -exec rm -f -- {} \;
+	find ranger -regex .\*.py[co]\$$ -delete
+	find ranger -depth -name __pycache__ -type d -exec rm -rf -- {} \;
 
 doc: cleandoc
 	mkdir -p $(DOCDIR)
700 3020 - names in chessboard tests' href='/akkartik/mu/commit/083scenario_screen_test.mu?h=hlt&id=a791c04264433696635d598471f3004c97f9ad50'>a791c042 ^
1fd41772 ^






051c4738 ^
bc643692 ^
1fd41772 ^
a791c042 ^
1fd41772 ^
a791c042 ^

1fd41772 ^
b0bf5321 ^
1fd41772 ^
b0bf5321 ^
1fd41772 ^






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