projects
/
cql-java-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0624783
)
PATH and CLASSPATH settings so that no installation is needed.
author
mike
<mike>
Thu, 7 Jun 2007 16:16:15 +0000
(16:16 +0000)
committer
mike
<mike>
Thu, 7 Jun 2007 16:16:15 +0000
(16:16 +0000)
test/random/Makefile
patch
|
blob
|
history
diff --git
a/test/random/Makefile
b/test/random/Makefile
index
b6054f9
..
cdb8f4e
100644
(file)
--- a/
test/random/Makefile
+++ b/
test/random/Makefile
@@
-1,7
+1,7
@@
-# $Id: Makefile,v 1.1 2002-11-17 23:29:55 mike Exp $
+# $Id: Makefile,v 1.2 2007-06-07 16:16:15 mike Exp $
all:
- ./mkrandom 100
+ PATH=$(PATH):../../bin CLASSPATH=../../lib/cql-java.jar ./mkrandom 100
clean:
@echo "Nothing to do to 'make clean'"