waf

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

wscript (112B)


      1 def build(bld):
      2 	bld.read_shlib('m', paths=['/usr/lib64'])
      3 	bld.program(source='main.c', target='app', use='m')