X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=d8231f615f3d134e02912a77e66e05df6ae041bc;hp=4a9bb40e520bee16ce073022b723444c92371157;hb=63a356ae77145783edeba583c2cc290908cbadb8;hpb=6c44a3470c1ae5c0e54153871805e24e394a96bb diff --git a/Makefile b/Makefile index 4a9bb40..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 + java -cp build:. org.ibex.classgen.JSSA Poop clean: rm -rf build/*