mkbin program-name [make-options]
All remaining arguments on the commandline are treated as options to the make call. Passing of arguments to make is done through an assumed macro substitution mechanisme of the form MACRO=new-name. This feature may not be present on all make implementations.
The linking is done with two libraries, which are in make MACRO names LIBNEMO and LIBYAPP. They default to $NEMOLIB/libNEMO.a and an empty string.
$NEMOLIB/libNEMO.a main NEMO library
26-nov-89 V1.0: doc created PJT