mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
11 lines
250 B
Lua
11 lines
250 B
Lua
cflags{
|
|
'-Wall', '-Wextra', '-std=c99', '-pedantic',
|
|
'-D _POSIX_C_SOURCE=200809L',
|
|
}
|
|
|
|
exe('samu', 'build.c deps.c env.c graph.c htab.c lex.c log.c parse.c samurai.c tool.c util.c')
|
|
file('bin/samu', '755', '$outdir/samu')
|
|
man{'samu.1'}
|
|
|
|
fetch 'git'
|