compile_opt() = {recursive, boolean()}
compile_opts() = [compile_opt()]
clean/1 | remove compiled artifacts from an AppDir. |
compile/1 | |
compile/2 | compile an individual application. |
compile_dir/3 | |
compile_dir/4 | |
compile_dirs/5 | compile a list of directories with the given opts. |
clean(AppInfo::rebar_app_info:t()) -> ok
remove compiled artifacts from an AppDir.
compile(AppInfo::rebar_app_info:t()) -> ok
compile(AppInfo::rebar_app_info:t(), CompileOpts::compile_opts()) -> ok
compile an individual application.
compile_dir(State::rebar_dict() | rebar_state:t(), BaseDir::file:name(), Dir::file:name()) -> ok
compile_dir(State::rebar_dict() | rebar_state:t(), BaseDir::file:name(), Dir::file:name(), Opts::compile_opts()) -> ok
compile_dirs(State::rebar_dict() | rebar_state:t(), BaseDir::file:filename(), Dirs::[file:filename()], OutDir::file:filename(), CompileOpts::compile_opts()) -> ok
compile a list of directories with the given opts.
Generated by EDoc, Jun 11 2024, 05:36:42.