all repos — hastyscribe @ 6e53c0aef26bbf3fd21378643c96fef31b38de6d

A professional markdown compiler.

Fixed minor error in nakefile.
h3rald h3rald@h3rald.com
Sat, 18 Oct 2014 11:31:52 +0200
commit

6e53c0aef26bbf3fd21378643c96fef31b38de6d

parent

9ba44102b9183bc3a80499640ae27c079592df9e

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

jump to
M nakefile.nimnakefile.nim

@@ -40,7 +40,7 @@ runTask "linux-arm-build"

direshell zip, filename_for("linux", "arm"), hs direshell "rm", hs echo "\n\n\n MAC OS X - x86:\n\n" - runTask "macosx-build" + runTask "macosx-x86-build" direshell zip, filename_for("macosx", "x86"), hs direshell "rm", hs echo "\n\n\n ALL DONE!"