From 6e345e0a9b431f052a06711a014069a1706970c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 11 Aug 2021 13:36:18 +0300 Subject: [PATCH] add credits --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e9a0e51..0c90e9a 100644 --- a/README.md +++ b/README.md @@ -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.