Step 0 of Make-a-Lisp for Erlang
[jackhill/mal.git] / erlang / rebar.config
1 %%
2 %% rebar configuration file (https://github.com/rebar/rebar)
3 %%
4
5 {require_otp_vsn, "17"}.
6
7 {erl_opts, [debug_info, fail_on_warning]}.
8
9 {clean_files, [
10 "ebin",
11 "src/*.beam",
12 "step0_repl"
13 ]}.