fixes nimbus.nimble

This commit is contained in:
andri lim 2019-01-10 10:21:31 +07:00 committed by zah
parent da75707912
commit 9ab860a00d

View File

@ -39,9 +39,9 @@ task test, "Run tests":
test "all_tests"
# debugging tools don't yet have tests
# but they should be compilable
nim c premix/debug
nim c premix/persist
nim c premix/premix
buildBinary "premix", "premix/"
buildBinary "persist", "premix/"
buildBinary "debug", "premix/"
task nimbus, "Build Nimbus":
buildBinary "nimbus", "nimbus/"