1 files changed, 1 insertions, 1 deletions
| diff --git a/Makefile b/Makefile index dd99dfd..bb52900 100644 --- a/Makefile +++ b/Makefile@@ -12,7 +12,7 @@ WWW_DIR ?= ${CURDIR}/www  LOG_DIR ?= ${CURDIR}/log    ## Local only? -ERL_NAME_VS_SNAME ?= -sname +ERL_NAME_VS_SNAME ?= -name    ## Binaries  ERLC ?= erlc |