Skip to content

Commit

Permalink
changed build system to rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
freke committed Nov 4, 2010
1 parent 10ed2eb commit ea5eff5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 57 deletions.
57 changes: 0 additions & 57 deletions Rakefile

This file was deleted.

Binary file added rebar
Binary file not shown.
2 changes: 2 additions & 0 deletions rebar.config
@@ -0,0 +1,2 @@
{erl_opts, [debug_info]}.

7 changes: 7 additions & 0 deletions src/erlang_protobuffs.app.src
@@ -0,0 +1,7 @@
{application,erlang_protobuffs,
[{description,"Erlang Bindings For Protobuf"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]}]}.

0 comments on commit ea5eff5

Please sign in to comment.