creation of Makefile
807591Jan 31 2005 — edited Apr 3 2008Hi,
I want to create a Makefile which would run some of the commands like javac filename and java file name etc.. I have the java files in a folder but how do I create a Makefile which can compile the code and also run the code. I tried creating a text file and named it Makefile.mak etc.. but in vain. I woudl appreciate if somebody could provide their thoughts about it.
PK