1

add credits

This commit is contained in:
Motiejus Jakštys 2021-08-11 13:36:18 +03:00
parent 4acc79b24b
commit 6e345e0a9b

View File

@ -164,3 +164,9 @@ $ docker run -e CC=/usr/bin/false -ti --rm -v $(pwd):/x -w /x debian:buster-slim
And run the `bazel build` commands above. Take a look at `.build.yml` and see
how CI does it.
# Credits
Many thanks to Adam Bouhenguel and his
[bazel-zig-cc](https://github.com/ajbouh/bazel-zig-cc/), the parent of this
repository.