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