Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-30 | erlc: update {id, git} in .app.src with git describe output | Dave Cottlehuber | |
2014-08-20 | Stop printing `-n` when running `make` on OSX | Daniel Kempkens | |
2014-08-15 | Silence erlc-include target when include/ is missing | Loïc Hoguin | |
2014-08-15 | Merge branch 'recompile_erl_on_hrl_change' of ↵ | Loïc Hoguin | |
git://github.com/crownedgrouse/erlang.mk Extra changes include: * Not running the target if the ebin/ directory does not exist * Moved the target in the appropriate section in the file | |||
2014-08-15 | Allow explicitly listed modules | Iñaki Garay | |
2014-08-15 | Fail if no empty modules entry in .app.src | Derek Brown | |
An empty list is required for the modules tuple, as in {modules, []} so a sed call could populate the list. This is mentioned in README, but can be overlooked. If the empty tuple is not present, relx will fail on missing dependency errors. Therefore, fail make if the empty tuple isn't found, to help the user diagnose the problem. | |||
2014-08-05 | Recompile all erl files on hrl file modification | crownedgrouse | |
2014-05-30 | Quote module names when producing project.app | Sina Samavati | |
2014-05-28 | Cut erlang.mk into many small components | Loïc Hoguin | |
* 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... |