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.
|
|
Compiles, runs tests and runs all sorts of analysis like Dialyzer.
|
|
Also added a copyright line in the eunit plugin due to the
extensive work I have done there a few days ago.
|
|
|
|
|
|
|
|
The current ordering of args in the dialyzer command don't allow additional
source directories to be specified. Putting --no_native first allows the
beginning of the $DIALYZER_OPTS to specify additional directories of files
to be analyzed.
|
|
* The build.config says what gets into the generated erlang.mk.
* The default erlang.mk in the repository hasn't changed yet.
* Clean targets were separated into "clean" and "distclean".
* The "help" target was added to display some help message.
I probably broke a couple things...
|