From e3499ff145d3448698758f9046b807be9753390a Mon Sep 17 00:00:00 2001 From: Dankrad Feist Date: Sat, 1 Oct 2022 19:34:35 +0100 Subject: [PATCH] Add ckzg.cs to deps --- min-bindings/C#/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/min-bindings/C#/Makefile b/min-bindings/C#/Makefile index ba51c60..e88c009 100644 --- a/min-bindings/C#/Makefile +++ b/min-bindings/C#/Makefile @@ -1,6 +1,6 @@ INCLUDE_DIRS = .. ../../min-src ../../inc -test: tests.cs libckzg.so +test: tests.cs libckzg.so ckzg.cs mcs -langversion:5 -optimize+ tests.cs ckzg.cs -r:System.Numerics.dll mono tests.exe