X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=9a965e36ae826f55b3b26fba9bce2a45320ee9fb;hb=ee714c9139c4336b29d7fdc5a635fca430f2049e;hp=c0b0454ed1cd5c01a1947b00b4a3a75e6dd05c4d;hpb=94cebd4c12247ae7fd0a4b0cc66609fead0efece;p=org.ibex.classgen.git 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/*