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