mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
14 lines
144 B
Makefile
14 lines
144 B
Makefile
![]() |
# See LICENSE for licensing information.
|
||
|
|
||
|
all: app
|
||
|
|
||
|
app:
|
||
|
@./rebar compile
|
||
|
|
||
|
clean:
|
||
|
@./rebar clean
|
||
|
rm -f erl_crash.dump
|
||
|
|
||
|
test:
|
||
|
@./rebar eunit
|