Add ckzg.cs to deps
This commit is contained in:
parent
7c06987348
commit
e3499ff145
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue