11 lines
240 B
Text
11 lines
240 B
Text
|
task build, "build":
|
||
|
switch("outdir", "bin")
|
||
|
setCommand "c", "src/typstgen.nim"
|
||
|
|
||
|
|
||
|
# begin Nimble config (version 2)
|
||
|
--noNimblePath
|
||
|
when withDir(thisDir(), system.fileExists("nimble.paths")):
|
||
|
include "nimble.paths"
|
||
|
# end Nimble config
|