Update mix file

This commit is contained in:
Eishun Kondoh 2019-04-28 12:31:55 +09:00
parent 0ff3c73ba3
commit c2f731d38a

View file

@ -10,10 +10,12 @@ defmodule Tres.Mixfile do
compilers: [:erlang] ++ Mix.compilers(),
deps: deps(),
aliases: [
test: "test --no-start",
test: [
"compile",
"test --no-start"
],
compile: [
"run priv/openflow_enum_gen.exs",
"format"
"run priv/openflow_enum_gen.exs"
]
],
docs: docs(),