summaryrefslogtreecommitdiff
path: root/pkg/samurai/gen.lua
blob: 03d4fd2419c92e1dde8cfcc3ca92783e3c260d11 (plain)
1
2
3
4
5
6
7
8
9
10
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'