summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-16 23:02:31 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-01-16 23:02:31 +0100 |
commit | da7d8fa1eecae1a9c1ffd49e87e7cd14a7362fd5 (patch) | |
tree | bd484c7369359d22b66a395a5ae998dabac8adb0 /src/battle/Makefile | |
parent | 17b3c3ab34035c57b8594d7f674c5d9ac0a843fb (diff) |
...
Diffstat (limited to 'src/battle/Makefile')
-rw-r--r-- | src/battle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/Makefile b/src/battle/Makefile index 3b58a08..4fabb97 100644 --- a/src/battle/Makefile +++ b/src/battle/Makefile @@ -5,7 +5,7 @@ SRC_DIR ?= src WWW_DIR ?= www WWW_SCRIPT_DIR ?= $(WWW_DIR)/script -ELM_CC ?= elm-make --warn +ELM_CC ?= elm make MAIN_MODULE ?= $(SRC_DIR)/Main.elm |