blob: 515d2728ce358d05314ff076f608f41e0f98cac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
cflags{
'-std=c99', '-Wall',
'-I $builddir/pkg/ncurses/include',
}
lib('libtermkey.a', {
'termkey.c',
'driver-csi.c',
'driver-ti.c',
'$builddir/pkg/ncurses/libncurses.a',
}, {'pkg/ncurses/headers'})
fetch 'curl'
|