Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-07 | Make sure we go through all deps when building escripts | Loïc Hoguin | |
2018-11-26 | Don't include applications with no ebin/ directory in escripts | Loïc Hoguin | |
2016-12-19 | plugins/escript.mk: Remove $(ESCRIPT_FILE) in distclean-escript | Jean-Sébastien Pédron | |
... not $(ESCRIPT_NAME), which can be set to another value. While here, add a testcase for `make distclean`. | |||
2016-10-30 | Greatly improve the escript support | Loïc Hoguin | |
The plugin can now easily generate escripts as complex as relx or rebar/rebar3. It generates a proper structure and allows embedding extra files by extending the escript-zip target. Documentation and tests have been added. | |||
2016-10-21 | Update Copyright notices2016.10.21 | Loïc Hoguin | |
2016-03-19 | escript file maybe different from escript name | Zaiming Shi | |
2015-07-04 | Add $(verbose) to avoid completely silencing commands | Loïc Hoguin | |
2015-01-08 | Speed up "erl" invocations | Loïc Hoguin | |
Use "+A0 -noinput -boot start_clean" as start argument. Use halt/{1,2} to shutdown the VM faster. | |||
2014-11-24 | add escript plugin | Dave Cottlehuber | |