all repos — hastyscribe @ b6b3ba2848a9526960a65e76692f1e437ea8e2ac

A professional markdown compiler.

hastyscribe.nimrod.cfg

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
define: "release"

putenv: "LIBRARY_PATH=./vendor:/private/tmp/babel/hastyscribe_head/vendor:/private/tmp/babel/hastyscribe/vendor"

passL: "-lm"

@if macosx:
  passL: "-lmarkdown_macosx"
@end

@if windows:
  passL: "-lmarkdown_windows"
@end

@if linux:
  passL: "-lmarkdown_linux"
@end