# vim: set filetype=py
 
Import('dev source_path')

ret = dev.build('src/')

Return('ret')
