Skip to content

Commit

Permalink
Converting to rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
malotte committed Nov 14, 2011
1 parent 549c949 commit 00997d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions rebar.config
@@ -0,0 +1,6 @@
%% Config file for sl-application
{deps_dir, ["deps"]}.
{deps, [eapi]}.
{erl_opts, [debug_info, fail_on_warning]}.
{require_otp_vsn, "R14"}.
{sub_dirs, ["src"]}.
2 changes: 1 addition & 1 deletion src/sl.app.src
@@ -1,6 +1,6 @@
{application, sl,
[{description, "Serial line controller"},
{vsn, "%VSN%"},
{vsn, git},
{modules, [sl,sl_drv]},
{registered, []},
{env, []},
Expand Down

0 comments on commit 00997d9

Please sign in to comment.