summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-10-12 19:46:36 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-10-12 19:46:36 +0200 |
commit | 5a75000ec7b961ad5fe93814e5b7905cacbdba49 (patch) | |
tree | aa0065ccb2251ecd7cf53dfd91e4ba1dd7ae8a52 /elm/battlemap/Makefile | |
parent | 2d54254e59289c452777fccb1f4d00b56eb7e451 (diff) |
Started a rather large reorganization.messy-exchanges
Diffstat (limited to 'elm/battlemap/Makefile')
-rw-r--r-- | elm/battlemap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/battlemap/Makefile b/elm/battlemap/Makefile index 54b52d8..97d7b0b 100644 --- a/elm/battlemap/Makefile +++ b/elm/battlemap/Makefile @@ -1,4 +1,4 @@ -ELM_CC = elm-make +ELM_CC = elm-make --warn SRC_DIR = src MAIN_MODULE = $(SRC_DIR)/Main.elm |