From 38a8895c3e94480eb3b2b03a56f664a204d11489 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 4 Jul 2005 01:10:35 +0000 Subject: [PATCH] more poop make test stuff darcs-hash:20050704011035-24bed-a0837b3d14a18c15b0459d64fe8d675fb6676dfd.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* -- 1.7.10.4