0
Fork 0
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:
Loïc Hoguin 2011-03-23 13:56:17 +01:00
commit e5bce3ca88

View file

@ -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