From d4aa765afe8fd6db6c4636169f78c6f929a9c4ab Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sat, 17 Feb 2024 22:21:23 +1100 Subject: [PATCH] Quiet cbindgen possum.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff659fb..fb30fd0 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ go_possum_h := go/cpossum/possum.h .PHONY: $(go_possum_h) $(go_possum_h): - cbindgen --output $@ + cbindgen -q --output $@