Add ckzg.cs to deps

This commit is contained in:
Dankrad Feist 2022-10-01 19:34:35 +01:00
parent 7c06987348
commit e3499ff145
No known key found for this signature in database
GPG Key ID: 6815E6A20BEBBABA
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
INCLUDE_DIRS = .. ../../min-src ../../inc 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 mcs -langversion:5 -optimize+ tests.cs ckzg.cs -r:System.Numerics.dll
mono tests.exe mono tests.exe