Skip to content

Commit

Permalink
Add rebar and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
huffman committed Jul 29, 2011
1 parent 4c7338f commit c683cc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
@@ -0,0 +1,12 @@
all:
./rebar get-deps compile

clean:
./rebar clean

test:
./rebar skip_deps=true eunit

release:
./rebar generate -f

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

{deps, [{mochiweb, "1.5.0", {git, "https://github.com/mochi/mochiweb.git", {tag, "1.5.0"}}}]}.

0 comments on commit c683cc1

Please sign in to comment.