Initial files
This commit is contained in:
commit
7779e36f86
7 changed files with 47 additions and 0 deletions
8
nakefile.nim
Normal file
8
nakefile.nim
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import nake
|
||||
|
||||
task "compile", "Compile nimbase":
|
||||
discard shell(nimExe, "c", "true.nim")
|
||||
discard shell(nimExe, "c", "false.nim")
|
||||
discard shell(nimExe, "c", "sleep.nim")
|
||||
discard shell(nimExe, "c", "seq.nim")
|
||||
discard shell(nimExe, "c", "add.nim")
|
||||
Loading…
Add table
Add a link
Reference in a new issue