summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor/Makefile')
-rw-r--r-- | src/roster-editor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster-editor/Makefile b/src/roster-editor/Makefile index 3b58a08..737be75 100644 --- a/src/roster-editor/Makefile +++ b/src/roster-editor/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 --optimize MAIN_MODULE ?= $(SRC_DIR)/Main.elm |