From: brian Date: Mon, 4 Jul 2005 01:10:35 +0000 (+0000) Subject: more poop make test stuff X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=commitdiff_plain;h=38a8895c3e94480eb3b2b03a56f664a204d11489;ds=inline more poop make test stuff darcs-hash:20050704011035-24bed-a0837b3d14a18c15b0459d64fe8d675fb6676dfd.gz --- 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/*