From eb4b6a991f9df04091a4d4799379971e849083aa Mon Sep 17 00:00:00 2001 From: Brian Alliet Date: Wed, 14 Dec 2005 10:30:21 +0000 Subject: [PATCH] build jdk1.3 classes darcs-hash:20051214103021-931ed-9af9278133dfc2134b4152cd5b4509a7505ed8f7.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9331163..49202f2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -JAVAC = javac +JAVAC = javac -source 1.3 -target 1.3 sources = $(shell find src -name '*.java') classes = $(sources:src/%.java=build/%.class) jar_classes = $(classes) -- 1.7.10.4