mirror of
https://github.com/google/pebble.git
synced 2025-04-20 03:27:11 -04:00
9 lines
168 B
Python
9 lines
168 B
Python
def configure(conf):
|
|
pass
|
|
|
|
def build(bld):
|
|
bld.stlib(source=['tinymt32.c'],
|
|
target='tinymt32',
|
|
use='pblibc')
|
|
|
|
# vim:filetype=python
|