waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

wscript (130B)


      1 def configure(ctx):
      2     ctx.load('haxe')
      3 
      4 def build(ctx):
      5     ctx.haxe(
      6         source = 'main.hxml',
      7         target = 'main.hl')