Skip to content

Commit

Permalink
Specifies exact elixir revision to build against
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed Jul 7, 2012
1 parent a5c1d8d commit aa0db29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -2,6 +2,7 @@ all: compile

deps/elixir/rel/elixir/bin/elixir:
@git clone https://github.com/elixir-lang/elixir deps/elixir
@cd deps/elixir && git checkout 7e068aca85f9528bebe210781ac584214e9b794d
@cd deps/elixir && make release_erl

prepare: deps/elixir/rel/elixir/bin/elixir
Expand All @@ -10,4 +11,4 @@ compile: prepare
@ERL_LIBS=deps/elixir/rel/elixir/lib ./rebar compile

iex: prepare
@ERL_LIBS=deps ./deps/elixir/rel/elixir/bin/iex -pa ebin
@ERL_LIBS=deps ./deps/elixir/rel/elixir/bin/iex -pa ebin

0 comments on commit aa0db29

Please sign in to comment.