Skip to content

Commit

Permalink
Added build-script
Browse files Browse the repository at this point in the history
  • Loading branch information
amzak committed May 3, 2018
1 parent 67141a5 commit 237e9e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nimb.nims
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mode = ScriptMode.Verbose

task build, "build nimb":
exec "nim c nimb.nim"
exec "nim c utils\\nimbexec.nim"
setCommand "nop"

0 comments on commit 237e9e4

Please sign in to comment.