Browse Source

Fix Makefile for rebar3

pull/199/head
Andras Boroska 5 years ago
parent
commit
f24af9398f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -1,4 +1,4 @@
REBAR?=./rebar
REBAR?=rebar3
all: build

Loading…
Cancel
Save