Merge pull request #51 from rlipscombe/rl-rebar-var
Allow overriding rebar location.
This commit is contained in:
commit
6fb5213f6a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ ERLFLAGS= -pa $(CURDIR)/.eunit -pa $(CURDIR)/ebin -pa $(CURDIR)/*/ebin
|
|||
# Verify that the programs we need to run are installed on this system
|
||||
# =============================================================================
|
||||
|
||||
REBAR=$(shell which rebar)
|
||||
REBAR ?= $(shell which rebar)
|
||||
|
||||
ifeq ($(REBAR),)
|
||||
$(error "Rebar not available on this system")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue