diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-14 23:19:10 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-14 23:19:10 +0100 |
commit | e6ee469c4d294d423735ab6d0015fb8ae3e73c1f (patch) | |
tree | 6f0ab876ba6a3807e569e0f225d46653bf2a7b39 | |
parent | bf35ec939214faef0f33c5f7a04c94bde943546a (diff) |
rebar.config.sample: fix syntax error
-rw-r--r-- | rebar.config.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index fac55af..54a9b5a 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -46,7 +46,7 @@ %% architecture as a filter. {port_specs, [{"priv/so_name.so", ["c_src/*.c"]}, {"linux", "priv/hello_linux", ["c_src/hello_linux.c"]}, - {"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}}. + {"linux", "priv/hello_linux", ["c_src/*.c"], [{env, []}]}]}. %% == LFE Compiler == |