Files
mgmt/lang/funcs/bindata.mcl
James Shubin 433ffa05a5 bindata: Add infrastructure for building core mcl files
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.
2018-12-20 21:21:30 -05:00

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.