repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trie index changes
[csql.git]
/
test
/
performance
/
throughput
/
Makefile
blob
c4c2893a28f1f43ac252ac68aa86bf9ec5f542e3
1
OSNAME
= $(
shell
uname
-
s
)
2
JAVAC
=
javac
3
TARGETS
=
ConnTests
4
TARGETS
:
hashIndexTest.java noIndexTest.java treeIndexTest.java
5
${
JAVAC
} *
.java
6
clean
:
7
rm
-
rf
*
.class