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