Skip to content

Commit

Permalink
Removed period in front of in Makefile as it causes 'No such file or …
Browse files Browse the repository at this point in the history
…directory' error when building rel
  • Loading branch information
Martin Cox committed May 26, 2017
1 parent 02d72e8 commit 5e558f8
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 5e558f8

Please sign in to comment.