Skip to content

Commit

Permalink
support otp25
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 21, 2022
1 parent 8368000 commit f5afa7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ rebar3.OTP23:
rebar3.OTP24:
$(LN) -sf rebar3.OTP22 $@

.PHONY: rebar3.OTP25
rebar3.OTP25:
$(LN) -sf rebar3.OTP22 $@

.PHONY: docker
docker:
if git tag | grep -q -Fx "$(GIT_DESCRIBE)"; then \
Expand Down
1 change: 1 addition & 0 deletions rebar3.OTP25

0 comments on commit f5afa7e

Please sign in to comment.