make
make
Module
make
Module summary
A Make Utility for Erlang
Description
The module make
provides a set of functions similar to the UNIX type Make
functions.
Exports
all() -> up_to_date | error
all(Options) -> up_to_date | error
Types:
Options = [Option] Option = noexec | load | netload | <compiler option>
This function first looks in the current working directory for a file named Emakefile
(see below) specifying the set of modules to compile and the compile options to use. If no such file is found, the set of modules to compile defaults to all modules in the current working directory.
Traversing the set of modules, it then recompiles every module for which at least one of the following conditions