org.gnu6.util
Class make

java.lang.Object
  |
  +--org.gnu6.util.make

public class make
extends java.lang.Object

This utility simplfies building project with GNU6. It serves as a wrapper for moves "org.gnu6.moves.javac" and "org.gnu6.moves.jar". It is used by the script "gmk".


Constructor Summary
make()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

make

public make()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
java.lang.Exception