From: brian Date: Sun, 3 Jul 2005 20:07:54 +0000 (+0000) Subject: make test for JSSA X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=commitdiff_plain;h=63a356ae77145783edeba583c2cc290908cbadb8 make test for JSSA darcs-hash:20050703200754-24bed-25e749e7ad9cc6296f38e1a70d470f42857624a1.gz --- 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/*