diff options
author | Louis Pilfold <louis@lpil.uk> | 2018-02-24 23:39:16 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2018-02-24 23:48:21 +0000 |
commit | 29481d823686ead1214b273e9e39e63472681bcc (patch) | |
tree | 6c47aff4a827d65727201f27378f71038ff76bc5 /rebar.config | |
download | gleam_stdlib-29481d823686ead1214b273e9e39e63472681bcc.tar.gz gleam_stdlib-29481d823686ead1214b273e9e39e63472681bcc.zip |
Restructure
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config new file mode 100644 index 0000000..f618f3e --- /dev/null +++ b/rebar.config @@ -0,0 +1,2 @@ +{erl_opts, [debug_info]}. +{deps, []}.
\ No newline at end of file |