Skip to content

Commit

Permalink
fixup! add newer OTP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Jul 26, 2024
1 parent 2071b6d commit a2a7f4c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LN := $(shell command -v ln 2>/dev/null)

OTP_RELEASE := $(shell erl -eval 'io:format("~s", [erlang:system_info(otp_release)]), halt().' -noshell)
REBAR3 := ./rebar3.OTP$(OTP_RELEASE)
REBAR_CONFIG := rebar.OTP$(OTP_RELEASE).config
REBAR_CONFIG := $(or $(wildcard rebar.OTP$(OTP_RELEASE).config), rebar.config)
SRCS := $(wildcard src/* include/* rebar.config)

GIT_DESCRIBE := $(shell git describe --tags --first-parent --always --dirty)
Expand Down
1 change: 0 additions & 1 deletion rebar.OTP20.config

This file was deleted.

1 change: 0 additions & 1 deletion rebar.OTP21.config

This file was deleted.

1 change: 0 additions & 1 deletion rebar.OTP22.config

This file was deleted.

1 change: 0 additions & 1 deletion rebar.OTP23.config

This file was deleted.

1 change: 0 additions & 1 deletion rebar.OTP24.config

This file was deleted.

0 comments on commit a2a7f4c

Please sign in to comment.