Skip to content

Commit

Permalink
removed local rebar; find installed rebar instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Wiger authored and RJ committed Jul 9, 2012
1 parent 1a7c094 commit 4b2cd76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Expand Up @@ -16,32 +16,32 @@
## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
## THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
## FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
## DEALINGS IN THE SOFTWARE.

.PHONY: all compile clean eunit test eqc doc check dialyzer

DIRS=src
DIRS=src

all: compile eunit test doc

check: compile dialyzer

compile:
./rebar compile
rebar compile


clean:
./rebar clean
rebar clean

eunit:
./rebar eunit
rebar eunit

test: eunit

doc:
./rebar doc
rebar doc

dialyzer:
./rebar skip_deps=true dialyze
rebar skip_deps=true dialyze
Binary file removed rebar
Binary file not shown.

0 comments on commit 4b2cd76

Please sign in to comment.