aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 96ccdf3..36290b3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
-JAVACOPTS = -d .
+# JAVAJAR = /usr/lib/j2re1.3/lib/rt.jar
+#CLASSPATH = -classpath $(JAVAJAR)
+JAVACOPTS = -d . -deprecation $(CLASSPATH)
SRCS = src/*java
JAR = Ivy.jar
- VER = 1.0.2
+ VER = 1.0.5
DIST = ivy-java-$(VER).jar
JAVAC = jikes
# JAVAC = javac