mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-27 12:35:00 +00:00
fixes nimbus.nimble
This commit is contained in:
parent
da75707912
commit
9ab860a00d
@ -39,9 +39,9 @@ task test, "Run tests":
|
|||||||
test "all_tests"
|
test "all_tests"
|
||||||
# debugging tools don't yet have tests
|
# debugging tools don't yet have tests
|
||||||
# but they should be compilable
|
# but they should be compilable
|
||||||
nim c premix/debug
|
buildBinary "premix", "premix/"
|
||||||
nim c premix/persist
|
buildBinary "persist", "premix/"
|
||||||
nim c premix/premix
|
buildBinary "debug", "premix/"
|
||||||
|
|
||||||
task nimbus, "Build Nimbus":
|
task nimbus, "Build Nimbus":
|
||||||
buildBinary "nimbus", "nimbus/"
|
buildBinary "nimbus", "nimbus/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user