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