pebble/third_party/tinymt32/wscript
2025-01-27 11:38:16 -08:00

9 lines
168 B
Python

def configure(conf):
pass
def build(bld):
bld.stlib(source=['tinymt32.c'],
target='tinymt32',
use='pblibc')
# vim:filetype=python