summaryrefslogtreecommitdiff
path: root/src/gen.lua
blob: ba595aaa46520494f343e97d6c7875a36d3c2e2d (plain)
1
2
3
4
5
6
7
8
9
10
set('srcdir', '$dir')
cflags{
	'-Wall', '-Wextra', '-Wno-unused-parameter', '-pedantic',
	'-std=c11',
}

file('libexec/applyperms', '755', exe('applyperms', {'applyperms.c'}))
file('libexec/mergeperms', '755', exe('mergeperms', {'mergeperms.c'}))
file('libexec/shutdown',   '755', exe('shutdown',   {'shutdown.c'}))
file('bin/syslogd',        '755', exe('syslogd',    {'syslogd.c'}))