X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=93311639dcd43f18b896aadf920eac02a2b10649;hb=5b817cd2bc42b23b33040bd302671e039c3af629;hp=4a9bb40e520bee16ce073022b723444c92371157;hpb=6c44a3470c1ae5c0e54153871805e24e394a96bb;p=org.ibex.classgen.git diff --git a/Makefile b/Makefile index 4a9bb40..9331163 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ $(classes): $(sources) $(JAVAC) -d build $(sources) test: $(classes) - java -cp build org.ibex.classgen.ClassFile + javac Poop.java && java -cp build:. org.ibex.classgen.JSSA Poop clean: rm -rf build/*