mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Merge remote-tracking branch 'ndim/master'
This commit is contained in:
commit
e5bce3ca88
1 changed files with 5 additions and 3 deletions
8
Makefile
8
Makefile
|
@ -1,13 +1,15 @@
|
||||||
# See LICENSE for licensing information.
|
# See LICENSE for licensing information.
|
||||||
|
|
||||||
|
REBAR = ./rebar
|
||||||
|
|
||||||
all: app
|
all: app
|
||||||
|
|
||||||
app:
|
app:
|
||||||
@./rebar compile
|
@$(REBAR) compile
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@./rebar clean
|
@$(REBAR) clean
|
||||||
rm -f erl_crash.dump
|
rm -f erl_crash.dump
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@./rebar eunit
|
@$(REBAR) eunit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue