Skip to content

Commit

Permalink
Use local rebar, closes #515
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Oct 8, 2012
1 parent 01a575e commit 8d543cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REBAR:=$(shell which rebar || echo `pwd`/rebar)
REBAR:=$(shell echo `pwd`/rebar)
ELIXIRC:=bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS)
ERLC:=erlc -I lib/elixir/include
ERL:=erl -I lib/elixir/include -noshell -env ERL_LIBS $ERL_LIBS:lib
Expand Down Expand Up @@ -100,4 +100,4 @@ test_elixir: test_kernel test_mix test_ex_unit test_eex

test_kernel: compile
@ echo "==> kernel (exunit)"
@ cd lib/elixir && time ../../bin/elixir -r "test/elixir/test_helper.exs" -pr "test/elixir/**/*_test.exs"
@ cd lib/elixir && time ../../bin/elixir -r "test/elixir/test_helper.exs" -pr "test/elixir/**/*_test.exs"

0 comments on commit 8d543cd

Please sign in to comment.