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
/
core
/
erlc.mk
Age
Commit message (
Expand
)
Author
2015-09-11
Fix bug where ERLC_EXCLUDE'd modules were in .app file
Loïc Hoguin
2015-09-10
Replace a @ with a $(verbose)
Loïc Hoguin
2015-09-09
erlc.mk: Fix "no Erlang application" support
Jean-Sébastien Pédron
2015-09-06
Add NO_MAKEDEP: don't rebuild .d file if it already exists
Loïc Hoguin
2015-09-06
Use epp:parse_file/3 for compat with older OTP versions
Loïc Hoguin
2015-09-04
Don't recompile everything when one mib file changes
Loïc Hoguin
2015-09-03
Fix bug where intermediate files from .asn1 wouldn't get cleaned
Loïc Hoguin
2015-09-03
Generate `$(PROJECT).d` before calling `make app-build`
Jean-Sébastien Pédron
2015-09-03
Fix list of modules in the .app file
Loïc Hoguin
2015-09-03
Improve the dependency tracking
Loïc Hoguin
2015-09-02
erlc.mk: Remove the target touching source files
Jean-Sébastien Pédron
2015-09-02
erlc.mk: Use double-colon targets for source files targets
Jean-Sébastien Pédron
2015-09-02
Add dependency tracking (makedep)
Loïc Hoguin
2015-08-14
Fix a bug where modules were missing on first make
Loïc Hoguin
2015-07-21
Don't use warning_as_errors for erlang.mk-style deps
Loïc Hoguin
2015-07-04
Add $(verbose) to avoid completely silencing commands
Loïc Hoguin
2015-07-02
Reduce dependency on external programs
Loïc Hoguin
2015-06-15
Fix details in .app template
Loïc Hoguin
2015-06-15
Add corresponding space in the replace regex
Loïc Hoguin
2015-06-14
Generate the .app file directly from the Makefile
Loïc Hoguin
2015-06-13
Merge branch 'fix-modules-attr-app-src' of https://github.com/efcasado/erlang.mk
Loïc Hoguin
2015-06-01
More autopatch fixes
Loïc Hoguin
2015-05-31
Allow whitespace characters in the modules attribute
Enrique Fernandez
2015-05-14
Add ASN.1 compilation support
Loïc Hoguin
2015-01-12
Update copyright year
Loïc Hoguin
2015-01-10
Introduce test builds and unify testing tools interface
Loïc Hoguin
2015-01-07
Fix parallel compilation
Loïc Hoguin
2014-12-23
Build deps, app, rel targets really in that order
Danil Zagoskin
2014-11-25
Remove +warn_export_all from the enabled warnings by default
Loïc Hoguin
2014-11-25
Group clean-app commands
Loïc Hoguin
2014-11-19
Don't try to compile mibs if the mibs/ directory is missing
Loïc Hoguin
2014-11-19
Merge branch 'compile-mibs' of git://github.com/danielwhite/erlang.mk
Loïc Hoguin
2014-11-18
Add support for excluding erl files
Enrique Fernandez
2014-11-15
Support for compiling SNMP MIBs
Daniel White
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 git://github.com/crownedgrouse/...
Loïc Hoguin
2014-08-15
Allow explicitly listed modules
Iñaki Garay
2014-08-15
Fail if no empty modules entry in .app.src
Derek Brown
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