summaryrefslogtreecommitdiff
path: root/pkg/mtdev/gen.lua
blob: a722339e10dba37ea0ce884b10da3d5cc00050fc (plain)
1
2
3
4
5
6
7
8
9
10
11
cflags{'-I $srcdir/include'}

lib('libmtdev.a', {
	'src/caps.c',
	'src/core.c',
	'src/iobuf.c',
	'src/match.c',
	'src/match_four.c',
})

fetch 'git'