X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=4a9bb40e520bee16ce073022b723444c92371157;hp=c0b0454ed1cd5c01a1947b00b4a3a75e6dd05c4d;hb=69b2d27ebab56f1b0e4df2a3a301f4d852439e8e;hpb=94cebd4c12247ae7fd0a4b0cc66609fead0efece diff --git a/Makefile b/Makefile index c0b0454..4a9bb40 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 clean: rm -rf build/*