summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-05-25 18:17:34 +0200
committerhut <hut@lavabit.com>2010-05-25 18:17:34 +0200
commit0d64ca5f078f6a56b0df92e2b90fb5940f7c03d6 (patch)
treed4282303a91dbfa434414b20b53e67f64a9b9d7b /Makefile
parent7838675f5e83dcc05567a205b282b48c433b0853 (diff)
downloadranger-0d64ca5f078f6a56b0df92e2b90fb5940f7c03d6.tar.gz
make bm, make test: make use of PYTHON variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a86d371..6a103a02 100644
--- a/Makefile
+++ b/Makefile
@@ -100,10 +100,10 @@ cleandoc:
 	test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html
 
 test:
-	@./all_tests.py 1
+	@$(PYTHON) all_tests.py 1
 
 bm:
-	@./all_benchmarks.py $(BMCOUNT)
+	@$(PYTHON) all_benchmarks.py $(BMCOUNT)
 
 snapshot:
 	git archive HEAD | gzip > $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar.gz
a ^
5886a9a ^

62ea09e ^

a91914c ^
68a74b3 ^



294d324 ^
3eaf180 ^
9175312 ^
71f6dcd ^
f4171a4 ^
1eef040 ^
f4171a4 ^
71f6dcd ^
abbca62 ^
e42df56 ^
041206a ^




69ccac2 ^
71f6dcd ^
c24d083 ^
71f6dcd ^
62ea09e ^













68a74b3 ^
62ea09e ^
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