summaryrefslogtreecommitdiff
path: root/pkg/libutp/gen.lua
blob: 187fafe7352922ef9d3e7e2447d35424ee3777a0 (plain)
1
2
3
4
5
6
7
8
9
cflags{
	'-Wall',
	'-D POSIX',
	'-I $srcdir',
}

lib('libutp.a', {'utp.c', 'utp_utils.c'})

fetch 'git'