Skip to content

Commit

Permalink
Merge pull request #216 from martincox/master
Browse files Browse the repository at this point in the history
Removed period in front of $REBAR in Makefile
  • Loading branch information
hazen authored May 26, 2017
2 parents 02d72e8 + 5e558f8 commit aa66398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all: deps compile
.PHONY: deps compile rel lock locked-all locked-deps

rel: deps compile
cd rel && .$(REBAR) generate skip_deps=true $(OVERLAY_VARS)
cd rel && $(REBAR) generate skip_deps=true $(OVERLAY_VARS)

deps:
$(REBAR) get-deps
Expand Down

0 comments on commit aa66398

Please sign in to comment.