From 0d64ca5f078f6a56b0df92e2b90fb5940f7c03d6 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 25 May 2010 18:17:34 +0200 Subject: make bm, make test: make use of PYTHON variable --- Makefile | 4 ++-- 1 file 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 -- cgit 1.4.1-2-gfad0 me='h' onchange='this.form.submit();'> Cetus is a simple wallpaper setting tool written in GoAndinus <andinus@nand.sh>
summary refs log tree commit diff stats
path: root/cache/getdir_darwin.go
blob: 733e94ef722b869373f0c052094749fd80de5470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23