0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Merge remote-tracking branch 'ndim/master'

This commit is contained in:
Loïc Hoguin 2011-03-23 13:56:17 +01:00
commit e5bce3ca88

View file

@ -1,13 +1,15 @@
# See LICENSE for licensing information.
REBAR = ./rebar
all: app
app:
@./rebar compile
@$(REBAR) compile
clean:
@./rebar clean
@$(REBAR) clean
rm -f erl_crash.dump
test:
@./rebar eunit
@$(REBAR) eunit