From f24af9398f29d6af98b596d15d83a490bf1a7b39 Mon Sep 17 00:00:00 2001 From: Andras Boroska Date: Wed, 13 May 2020 18:39:48 +0100 Subject: [PATCH] Fix Makefile for rebar3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f781311..fd6d17e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REBAR?=./rebar +REBAR?=rebar3 all: build