diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-02-28 20:48:14 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-02-28 20:50:56 +0000 |
commit | ceb115b4dbc878b885521743f6018563b2dea3c8 (patch) | |
tree | dd01e9550047adcda644ffca2e537bdb710ea55a /rebar.config | |
parent | 25b0df4676f0c31318ccdd37da2da28823d52419 (diff) | |
download | gleam_stdlib-ceb115b4dbc878b885521743f6018563b2dea3c8.tar.gz gleam_stdlib-ceb115b4dbc878b885521743f6018563b2dea3c8.zip |
Write ouput to gen dir
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index f618f3e..c6aa981 100644 --- a/rebar.config +++ b/rebar.config @@ -1,2 +1,3 @@ {erl_opts, [debug_info]}. -{deps, []}.
\ No newline at end of file +{src_dirs, ["src", "gen"]}. +{deps, []}. |