# Hack `hack/` contains build configuration, Bazel macros, dependencies, one-off scripts, and utilities used for various automation and verification processes. # Linking Repo Tools to `$PATH` ```sh # link all default tools to configured bin directory just link # link specific binary target to configured bin directory just link cmd/f8n/foo # clean up existing symbolic links just clean-links ``` ## Adding Linked Tools Add the desired target to the `//hack:tools_to_link` target in the `BUILD.bazel`.