X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=9a965e36ae826f55b3b26fba9bce2a45320ee9fb;hp=c0b0454ed1cd5c01a1947b00b4a3a75e6dd05c4d;hb=9603ae5a156fae4acb8423dba6d5e4d571fd2d6e;hpb=94cebd4c12247ae7fd0a4b0cc66609fead0efece diff --git a/Makefile b/Makefile index c0b0454..9a965e3 100644 --- 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/*