Clixir v0.3.3 mix compile.clixir View Source
This tasks collects all the fragments that the Clixir macro invocations have generated, and does the finishing job. You need to add this compiler to the Mix configuration of your project, typically as a step between the regular compilation and elixir_make:
def project() do
app: myapp,
compilers: Mix.compilers ++ [:clixir, :elixir_make]
end
The source is generated in c_src/<