Add openflow enum generator

This commit is contained in:
Eishun Kondoh 2018-03-24 01:27:48 +09:00
parent 44919bc079
commit 0dd7867ceb
9 changed files with 14005 additions and 528 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", "format"]]
]
end