X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=4a9bb40e520bee16ce073022b723444c92371157;hp=c0b0454ed1cd5c01a1947b00b4a3a75e6dd05c4d;hb=6c44a3470c1ae5c0e54153871805e24e394a96bb;hpb=2ae55e5d3710c31b94d6c0e39ffaa617186c1e25 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/*