waf

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

wscript (110B)


      1 top = '.'
      2 out = 'bin/waf'
      3 
      4 def configure(ctx):
      5     ctx.recurse('src')
      6 
      7 def build(ctx):
      8     ctx.recurse('src')