index
:
erlang.mk.git
gh-pages
make-ci-green
master
A build tool for Erlang that just works.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
erlang.mk
Age
Commit message (
Expand
)
Author
2013-08-22
Merge branch 'master' of git://github.com/srstrong/erlang.mk
Loïc Hoguin
2013-08-22
Do not run tests if test directory does not exist
Steve Strong
2013-08-22
Merge branch 'master' of git://github.com/gegidoni/erlang.mk
Loïc Hoguin
2013-08-22
Export PKG_FILE so only one gets downloaded
Loïc Hoguin
2013-08-20
Compile files from src/ subdirs
Elian Gidoni
2013-08-18
Added realpath to ebin in test run to prevent ct_run messages
Steve Strong
2013-08-18
Allow higher level makefile to specify ERL_LIBS
Steve Strong
2013-08-15
Make the fetching of the package file a little less verbose
Loïc Hoguin
2013-08-15
Fix downloading of packages file when fetching pkg:// deps
Loïc Hoguin
2013-08-15
Add package index feature
Loïc Hoguin
2013-08-14
Add basic support for building deps with no Makefile
Loïc Hoguin
2013-08-14
Use the correct deps directory when building templates
Loïc Hoguin
2013-08-07
When building tests, provide the correct DEPS_DIR value.
Jesper Louis Andersen
2013-07-12
Set ERL_LIBS to $(DEPS_DIR) rather than `deps`
Jesper Louis Andersen
2013-07-08
Add support for .xrl and .yrl files
Loïc Hoguin
2013-07-02
Add support for rebar powered deps
Loïc Hoguin
2013-06-20
Fix include error for compile_erl
goofansu
2013-06-10
Set ERL_LIBS=deps when compiling in test/
James Fish
2013-06-07
Merge branch 'patch-1' of git://github.com/dvv/erlang.mk
Loïc Hoguin
2013-06-07
Fix compatibility with GNU Make 3.81
Ali Sabil
2013-06-01
Report empty list when no *.beam exists
Vladimir Dronnikov
2013-05-28
Add support for ErlyDTL files found in templates/*.dtl
Loïc Hoguin
2013-05-23
Add support for compiling Core Erlang files
Loïc Hoguin
2013-05-05
Don't clean-deps for the tests target
Loïc Hoguin
2013-05-01
Add test-only dependencies
Loïc Hoguin
2013-05-01
Fix a typo in build-plt
Loïc Hoguin
2013-05-01
Add deps to ERL_LIBS when compiling
Loïc Hoguin
2013-05-01
Initial commit
Loïc Hoguin