Mix.Tasks.Deps.Compile
Compile dependencies.
By default, compile all dependencies. A list of dependencies can be given to force the compilation of specific dependencies.
By default, attempt to detect if the project contains one of the following files:
mix.exs- if so, invokesmix compilerebar.config- if so, invokesrebar compileMakefile- if so, invokesmake
The compilation can be customized by passing a compile option
in the dependency:
{ :some_dependency, "0.1.0", git: "...", compile: "command to compile" }
Command line options
--quiet- do not output verbose messages
Summary
| run(args) | Callback implementation of |