diff --git a/nimb.nims b/nimb.nims new file mode 100644 index 0000000..2a6d934 --- /dev/null +++ b/nimb.nims @@ -0,0 +1,6 @@ +mode = ScriptMode.Verbose + +task build, "build nimb": + exec "nim c nimb.nim" + exec "nim c utils\\nimbexec.nim" + setCommand "nop" \ No newline at end of file