repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Makefile: keep many variable list sorted
[git.git]
/
t
/
perf
/
Makefile
blob
8c47155a7c86eebe4b8189601866b2b4df4a4f22
1
-
include
..
/
..
/
config.mak
2
export
GIT_TEST_OPTIONS
3
4
all
:
perf
5
6
perf
:
pre-clean
7
.
/
run
8
9
pre-clean
:
10
rm
-
rf test-results
11
12
clean
:
13
rm
-
rf build
"trash directory"
.
*
test-results
14
15
.PHONY
:
all
perf pre-clean
clean