>>> "Matt Fair" <[EMAIL PROTECTED]> 17-Jun-01 4:43:06 AM >>>
Is there a good way to create a good Makefile
for JAVA projects? Right now all I am doing is in
my Makefile I have: javac $(find . -name \*.java)
I do something similar to Per. Below is the text of a makefile I use
which can
>>> "Matt Fair" <[EMAIL PROTECTED]> 17-Jun-01 4:43:06 AM >>>
Is there a good way to create a good Makefile
for JAVA projects? Right now all I am doing is in
my Makefile I have: javac $(find . -name \*.java)
I do something similar to Per. Below is the text of a makefile I use
which can
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "EP" == Evan Prodromou <[EMAIL PROTECTED]> writes:
EP> I use ant:
EP> http://jakarta.apache.org/ant/index.html
EP> It's not as general-purpose as make, but it takes care of a
EP> lot of the hassles of dealing with Java,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "MF" == Matt Fair <[EMAIL PROTECTED]> writes:
MF> Is there a good way to create a good Makefile for JAVA
MF> projects? Right now all I am doing is in my Makefile I have:
MF> javac $(find . -name \*.java)
MF> This does the trick
4 matches
Mail list logo