removed redundant ownerInterface argument
[org.ibex.classgen.git] / Makefile
index 4a9bb40..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.ClassFile
+       java -cp build org.ibex.classgen.ClassFile org.ibex.classgen.ClassFile
 
 clean: 
        rm -rf build/*