all repos — hastyscribe @ 129c15984f43e3c1373d11e2d8256b73a718282f

A professional markdown compiler.

Updated nakefile.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 19:29:20 +0100
commit

129c15984f43e3c1373d11e2d8256b73a718282f

parent

77bbdc2c42b3ca30307f0a925e36521ef8dd0b10

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M nakefile.nimnakefile.nim

@@ -2,7 +2,7 @@ import

nake import - config + lib/config const compile = "nim c -d:release"

@@ -11,7 +11,7 @@ linux_x64 = "--cpu:amd64 --os:linux"

linux_arm = "--cpu:arm --os:linux" windows_x64 = "--cpu:amd64 --os:windows" macosx_x64 = "" - parallel = "--parallelBuild:1 --verbosity:3" + #parallel = "--parallelBuild:1 --verbosity:3" hs = "hastyscribe" hs_file = "hastyscribe.nim" zip = "zip -X"