PATH and CLASSPATH settings so that no installation is needed.
authormike <mike>
Thu, 7 Jun 2007 16:16:15 +0000 (16:16 +0000)
committermike <mike>
Thu, 7 Jun 2007 16:16:15 +0000 (16:16 +0000)
test/random/Makefile

index b6054f9..cdb8f4e 100644 (file)
@@ -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'"