Merge pull request #3 from shun159/refactoring_enum_macro

Refactored Enum macro
This commit is contained in:
Eishun Kondoh 2018-03-24 01:28:20 +09:00 committed by Eishun Kondoh
commit 8e29f78f9c
10 changed files with 14006 additions and 530 deletions

View file

@ -7,9 +7,10 @@ defmodule Tres.Mixfile do
version: "0.1.0",
elixir: "~> 1.5",
start_permanent: Mix.env() == :prod,
escript: [main_module: Openflow.EnumGen, name: :enum_gen, path: "bin/enum_gen"],
compilers: [:erlang] ++ Mix.compilers(),
deps: deps(),
aliases: [test: "test --no-start"]
aliases: [test: "test --no-start", compile: ["escript.build"]]
]
end