X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=9a965e36ae826f55b3b26fba9bce2a45320ee9fb;hp=4a9bb40e520bee16ce073022b723444c92371157;hb=6d02ca13f481e213ee0ae26f7acdd40b20dfc6af;hpb=6abee913e85e5f9ab983342c7b304069ab8fe00f diff --git a/Makefile b/Makefile index 4a9bb40..9a965e3 100644 --- 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/*