typstgen/config.nims

13 lines
282 B
Text
Raw Normal View History

2024-10-30 14:22:23 -05:00
task build, "build":
switch("outdir", "bin")
setCommand "c", "src/typstgen.nim"
2024-10-30 15:49:21 -05:00
task dev, "dev":
exec "nimble setup -l"
2024-10-30 14:22:23 -05:00
# begin Nimble config (version 2)
--noNimblePath
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config