From 5c9c1efc4e54f615cec75804d09b1cf7bcc53cab Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Wed, 17 Sep 2014 17:17:12 -0300 Subject: [PATCH] [#63] Reverted changes on Makefile's ERL_ARGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb5cbfe..0b2385f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ HOST?=$(shell hostname) NODE?=${NAME}@${HOST} DIALYZER_OUT?=${NAME}.plt -ERL_ARGS?=-pa ebin -pa deps/*/ebin -name ${NODE} -s sync -config test/test.config +ERL_ARGS?=-pa ebin -pa deps/*/ebin -name ${NODE} all: getdeps compile ${REBAR} compile