This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch prep-for-release in repository https://gitbox.apache.org/repos/asf/couchdb-b64url.git
commit 6d0920ac47de32c6ba5b0dffe45b80f6a2d84500 Author: Adam Kocoloski <kocol...@apache.org> AuthorDate: Thu Nov 18 09:02:14 2021 -0500 Update Makefile to rebar3 default --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 5fc6b8e..1f7b0bd 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations under # the License. -REBAR?=rebar +REBAR?=rebar3 .PHONY: all @@ -33,7 +33,6 @@ check: build eunit # target: clean - Removes build artifacts clean: $(REBAR) clean - rm -f test/*.beam .PHONY: distclean @@ -52,7 +51,3 @@ eunit: # target: help - Prints this help help: @egrep "^# target:" Makefile | sed -e 's/^# target: //g' | sort - - -%.beam: %.erl - erlc -o test/ $<