Merge pull request #3 from shun159/refactoring_enum_macro
Refactored Enum macro
This commit is contained in:
commit
8e29f78f9c
10 changed files with 14006 additions and 530 deletions
3
mix.exs
3
mix.exs
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue