mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
10 lines
168 B
Text
10 lines
168 B
Text
|
def configure(conf):
|
||
|
pass
|
||
|
|
||
|
def build(bld):
|
||
|
bld.stlib(source=['tinymt32.c'],
|
||
|
target='tinymt32',
|
||
|
use='pblibc')
|
||
|
|
||
|
# vim:filetype=python
|