Skip to content

Commit

Permalink
Reapply "no need for otp-based rebar.config"
Browse files Browse the repository at this point in the history
This reverts commit ccfcbc9.
  • Loading branch information
andreineculau committed Jul 26, 2024
1 parent ccfcbc9 commit d9fbf51
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 100 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ OTP_RELEASE := $(shell erl -eval 'io:format("~s", [erlang:system_info(otp_releas

GIT_DESCRIBE := $(shell git describe --tags --first-parent --always --dirty)
REBAR3 := ./rebar3.OTP$(OTP_RELEASE)
REBAR_CONFIG := $(or $(wildcard rebar.OTP$(OTP_RELEASE).config), rebar.config)
SRCS := $(wildcard src/* include/* $(REBAR_CONFIG))

export REBAR_CONFIG
SRCS := $(wildcard src/* include/* rebar.config)

.PHONY: all
all: ebin/jesse.app bin/jesse
Expand Down
95 changes: 0 additions & 95 deletions rebar.OTP18.config

This file was deleted.

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

This file was deleted.

0 comments on commit d9fbf51

Please sign in to comment.