mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Use rebar instead of ./rebar by default in the Makefile.
This commit is contained in:
parent
44f0eecdcf
commit
d51170b4bc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
# See LICENSE for licensing information.
|
# See LICENSE for licensing information.
|
||||||
|
|
||||||
REBAR = ./rebar
|
REBAR = rebar
|
||||||
|
|
||||||
all: app
|
all: app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue