From 63a356ae77145783edeba583c2cc290908cbadb8 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 3 Jul 2005 20:07:54 +0000 Subject: [PATCH] make test for JSSA darcs-hash:20050703200754-24bed-25e749e7ad9cc6296f38e1a70d470f42857624a1.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a965e3..d8231f6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ $(classes): $(sources) $(JAVAC) -d build $(sources) test: $(classes) - java -cp build org.ibex.classgen.ClassFile org.ibex.classgen.ClassFile + java -cp build:. org.ibex.classgen.JSSA Poop clean: rm -rf build/* -- 1.7.10.4