Skip to content

Commit 137b6b1

Browse files
authored
Update Makefile
use rabar3 to make
1 parent 2d13992 commit 137b6b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

erlang/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DEPS = amqp_client
1+
all:
2+
rebar3 compile
23

3-
dep_amqp_client = hex 3.7.13
4-
5-
include erlang.mk
4+
clean:
5+
rebar3 clean && rm -rf _build

0 commit comments

Comments
 (0)