made ClassFile(DataInput) public
[org.ibex.classgen.git] / Makefile
index c0b0454..9a965e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ $(classes): $(sources)
        $(JAVAC) -d build $(sources)
 
 test: $(classes)
-       java -cp build org.ibex.classgen.ClassGen
+       java -cp build org.ibex.classgen.ClassFile org.ibex.classgen.ClassFile
 
 clean: 
        rm -rf build/*