From 4b20f5cd08bc69d95d81d47bff943f775c1a983e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Sep 2013 20:26:26 +0200 Subject: Convert the chunked hello world example to a release --- examples/chunked_hello_world/relx.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/chunked_hello_world/relx.config (limited to 'examples/chunked_hello_world/relx.config') diff --git a/examples/chunked_hello_world/relx.config b/examples/chunked_hello_world/relx.config new file mode 100644 index 0000000..88e7b52 --- /dev/null +++ b/examples/chunked_hello_world/relx.config @@ -0,0 +1,2 @@ +{release, {chunked_hello_world_example, "1"}, [chunked_hello_world]}. +{extended_start_script, true}. -- cgit v1.2.3