mk_program — Build a program
MODULES="... compiler ..."
mk_program PROGRAM=name options...
mk_program
PROGRAM=
name
options
Sets the name of the program. Do not include any file extension.
Defines a target to build a C/C++ executable program. See compiler for a list of common options.
compiler