stack overflow checking
[org.ibex.classgen.git] / Makefile
index 9a965e3..d8231f6 100644 (file)
--- 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/*