Skip to content

Commit

Permalink
[#63] Reverted changes on Makefile's ERL_ARGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Sep 17, 2014
1 parent 88fd15b commit 5c9c1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c9c1ef

Please sign in to comment.