Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes the need for a .app.src file entirely.
The PROJECT_* variables and the OTP_DEPS variable
allow us to specify everything we need.
REL_DEPS and BUILD_DEPS will be added later on to
allow users to cleanly specify those without adding
them to the .app file.
|
|
|
|
https://github.com/inaka/erlang.mk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There's a *lot* of packages. It's better to maintain
a log of failures rather than having to restart all
the time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Makes lasp and nkbase work.
|
|
|
|
|
|
|
|
|
|
|
|
Necessary changes for the alog application.
|
|
|
|
|
|
|
|
Otherwise some deps didn't have their warnings_as_errors removed.
|
|
|
|
|
|
Necessary to make erlsha2 work properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|