Skip to content

Commit

Permalink
add a local rebar to use
Browse files Browse the repository at this point in the history
  • Loading branch information
beerriot committed Nov 1, 2010
1 parent d58bfd1 commit cf08cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -6,13 +6,13 @@ export ICU_LDFLAGS=$(shell icu-config --ldflags) \
.PHONY: clean test doc

all:
rebar compile
./rebar compile

clean:
rebar clean
./rebar clean

test:
rebar eunit
./rebar eunit

doc:
rebar doc
./rebar doc
Binary file added rebar
Binary file not shown.

0 comments on commit cf08cd9

Please sign in to comment.