summaryrefslogtreecommitdiff
path: root/pkg/libutp/gen.lua
blob: dc0c992b38263f830e9a8af725ce98fa52e4b05c (plain)
1
2
3
4
5
6
7
8
cflags{
	'-std=c99', '-Wall', '-Wpedantic',
	'-I $srcdir',
}

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

fetch 'git'