aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/escript.mk
AgeCommit message (Collapse)Author
2023-05-23Add a test for ESCRIPT_ZIP_FILE and abspath the valueLoïc Hoguin
This way we can just configure it to a local folder without having to use $(CURDIR).
2023-05-23Make parent directory of ESCRIPT_ZIP_FILEJames Aimonetti
ESCRIPT_ZIP is the executable, should ensure the parent directory of ESCRIPT_SIP_FILE exists first.
2018-12-07Make sure we go through all deps when building escriptsLoïc Hoguin
2018-11-26Don't include applications with no ebin/ directory in escriptsLoïc Hoguin
2016-12-19plugins/escript.mk: Remove $(ESCRIPT_FILE) in distclean-escriptJean-Sébastien Pédron
... not $(ESCRIPT_NAME), which can be set to another value. While here, add a testcase for `make distclean`.
2016-10-30Greatly improve the escript supportLoï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-21Update Copyright notices2016.10.21Loïc Hoguin
2016-03-19escript file maybe different from escript nameZaiming Shi
2015-07-04Add $(verbose) to avoid completely silencing commandsLoïc Hoguin
2015-01-08Speed up "erl" invocationsLoïc Hoguin
Use "+A0 -noinput -boot start_clean" as start argument. Use halt/{1,2} to shutdown the VM faster.
2014-11-24add escript pluginDave Cottlehuber