summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-07-12 16:50:35 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-07-12 16:50:35 +0200 |
commit | 73bea4600f5bb3ad748d9bfa65ef6cd14e6bbd55 (patch) | |
tree | 14c6448e2fc0ff8714c51caaed273ffeb6bd5b59 /Makefile | |
parent | b6e8cc8606b288970d7cdf577c6dd36950adac91 (diff) |
Starting work on the Map handler...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ WWW_DIR ?= ${CURDIR}/www LOG_DIR ?= ${CURDIR}/log ## Local only? -ERL_NAME_VS_SNAME ?= -name -#ERL_NAME_VS_SNAME ?= -sname +#ERL_NAME_VS_SNAME ?= -name +ERL_NAME_VS_SNAME ?= -sname ## Binaries ERLC ?= erlc |