1 2 3 4 5 6 7 8 9 10
cflags{ '-std=c99', '-Wall', '-Wpedantic', '-I $srcdir', } pkg.hdrs = copy('$outdir/include', '$srcdir', {'utp.h'}) lib('libutp.a', {'utp.c', 'utp_utils.c'}) fetch 'git'