Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-18 | Test "no .app.src" by default, test legacy with LEGACY=1 | Loïc Hoguin | |
Also fixes two bugs with the new "no .app.src" method. All tests now pass with both methods. We can now test specific cases with make check c=$CASE. | |||
2015-09-17 | Add a clean target to the erlang.mk Makefile | Loïc Hoguin | |
2015-08-22 | Add first three chapters of new documentation | Loïc Hoguin | |
2015-06-28 | Bundle the package index directly inside erlang.mk | Loïc Hoguin | |
If you were using the index file as a "lock file", bear with me for a moment, equivalent functionality will soon be added. :-) | |||
2015-05-23 | Add a way to test that individual packages build correctly | Loïc Hoguin | |
2015-05-15 | Merge branch 'update-version' of https://github.com/kaos/erlang.mk | Loïc Hoguin | |
2015-05-15 | Replace make with $(MAKE) for BSD compatibility | Loïc Hoguin | |
2015-01-12 | Update copyright year | Loïc Hoguin | |
Also added a copyright line in the eunit plugin due to the extensive work I have done there a few days ago. | |||
2015-01-04 | Update version when building erlang.mk. | Andreas Stenius | |
2014-12-23 | Tests for erlank.mk targets 'app', 'tests-ct' and 'eunit' | Viktor Söderqvist | |
Makefile-based tests in the test/ directory and 'make check' as an alias for (cd test; make). | |||
2014-08-05 | Add a contributing section to the README and simplify package addition | Loïc Hoguin | |
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... |