X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=Makefile;h=93311639dcd43f18b896aadf920eac02a2b10649;hp=d8231f615f3d134e02912a77e66e05df6ae041bc;hb=38a8895c3e94480eb3b2b03a56f664a204d11489;hpb=63a356ae77145783edeba583c2cc290908cbadb8;ds=sidebyside diff --git a/Makefile b/Makefile index d8231f6..9331163 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ $(classes): $(sources) $(JAVAC) -d build $(sources) test: $(classes) - java -cp build:. org.ibex.classgen.JSSA Poop + javac Poop.java && java -cp build:. org.ibex.classgen.JSSA Poop clean: rm -rf build/*