X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=d8231f615f3d134e02912a77e66e05df6ae041bc;hp=9a965e36ae826f55b3b26fba9bce2a45320ee9fb;hb=e2cfb2a90a85bcb7a8f6a6a6a6a8c9e0a3d1d371;hpb=6d02ca13f481e213ee0ae26f7acdd40b20dfc6af 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/*