mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
12 lines
149 B
Lua
12 lines
149 B
Lua
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'
|