From e4124de2c71564d37b3732ede0fe1542de1d6f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Aug 2012 11:50:35 +0200 Subject: Switch to Ranch for connection handling This is the first of many API incompatible changes. You have been warned. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d9bfd7..42c0786 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ all: app # Application. -deps: +deps/ranch: @$(REBAR) get-deps -app: deps +app: deps/ranch @$(REBAR) compile clean: @@ -52,7 +52,7 @@ intct: build-plt: @$(DIALYZER) --build_plt --output_plt .$(PROJECT).plt \ - --apps kernel stdlib sasl inets crypto public_key ssl + --apps kernel stdlib sasl inets crypto public_key ssl deps/* dialyze: @$(DIALYZER) --src src --plt .$(PROJECT).plt --no_native \ -- cgit v1.2.3