summaryrefslogtreecommitdiff
path: root/src/rebar_prv_bare_compile.erl
Commit message (Collapse)AuthorAgeFilesLines
* Bare compile: support multiple paths wildcards.Gleb Peregud2017-06-201-3/+5
| | | | | | | | | Similarly to PATH env variable, this allows to pass paths to bare compiler which do not fit nicely into a single wildcard structure. Colon (":") is used as separator. This provides more flexibility when rebar is run in offline/hermetic environment, e.g. #958 and #1281.
* add --paths option to bare compile providerTristan Sloughter2015-09-141-9/+22
|
* add bare compile provider, for starters for use by mixTristan Sloughter2015-09-141-0/+42