compile

.> compile myMain myMainFile
$ ucm run.compiled myMainFile.uc

compile myMain myFilecreates a file calledmyFile.ucin the directory where the codebase lives from the Unison programmyMain.This file can be run by the UCM when given as an argument to therun.compiledcommand line option.

See also

run.compiled