ML-BUILD(1) | ML-BUILD(1) |
NAME¶
ml-build - command-line build tool for SML/NJ programs
SYNOPSIS¶
ml-build [OPTIONS] group.cm [main [heap-image]]
DESCRIPTION¶
The ml-build is a command-line tool for building applications from SML source files using the Compilation Manager and SML/NJ compiler.
OPTIONS¶
-Cctl=value
-Dname=value
-D'name
-Uname
-S setup.cm
EXAMPLES¶
ml-build sources.cm, ml-build sources.cm Main.main, ml-build sources.cm Main.main prog
Written by Matthias Blume. COPYING
Copyright © 2014 The Fellowship of SML/NJ
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE-ALSO¶
ml-makedepend(1), sml(1), smlnj(7)
10/04/2015 | SML/NJ 110.79 |