This should prepare us so that we can build native mcl code alongside the core *.go files which we already have. This includes a single mcl file that is used as a placeholder so that the build doesn't fail if we don't have any mcl files in the core/ directory. It will get ignored automatically.
3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
# You can add *.mcl files alongside the *.go files into the core/ directory.
|
|
# They will get compiled into the binary when it is built.
|