Skip to content

Commit

Permalink
Add warning about erlang missing before building
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Apr 18, 2013
1 parent 735c88d commit ed545a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -6,6 +6,7 @@ ERLANG_BIN = $(shell dirname $(shell which erl))
REBAR ?= $(BASE_DIR)/rebar
OVERLAY_VARS ?=

$(if $(ERLANG_BIN),,$(warning "Warning: No Erlang found in your path, this will probably not work"))

.PHONY: rel stagedevrel deps

Expand Down

0 comments on commit ed545a3

Please sign in to comment.