Mix v1.5.1 mix clean View Source
Deletes generated application files.
This command deletes all build artifacts for the current project.
Dependencies’ sources and build files are cleaned only if the
--deps
option is given.
By default this task works across all environments, unless --only
is given.
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.