Update of /cvsroot/jprojecttimer/jprojecttimer
In directory usw-pr-cvs1:/tmp/cvs-serv4252
Modified Files:
Makefile
Log Message:
=>v0.0.5-pre2; run target causes a recompile
Index: Makefile
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile 2001/08/11 16:55:23 1.4
--- Makefile 2002/01/13 17:14:43 1.5
***************
*** 7,11 ****
# this is the current version
! VERSION=0.0.4
# this is the main project class
--- 7,11 ----
# this is the current version
! VERSION=0.0.5pre-2
# this is the main project class
***************
*** 71,75 ****
-javac $(JFLAGS) *.java
! run:
java $(MAINCLASS)
--- 71,75 ----
-javac $(JFLAGS) *.java
! run: all
java $(MAINCLASS)
|