summaryrefslogtreecommitdiff
path: root/pkg/file/.gitignore
AgeCommit message (Collapse)Author
2021-02-14file: Use tool built for host to generate magic.mgcMichael Forney
It turns out file has an undocumented define COMPILE_ONLY that enables building a tool to just generate the magic database with a minimal set of sources. Use that to build a tool for the host system to avoid version incompatibilities. Fixes #24.