mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
11 lines
191 B
Lua
11 lines
191 B
Lua
cflags{
|
|
'-std=c99', '-Wall', '-Wextra', '-Wpedantic',
|
|
'-D _BSD_SOURCE',
|
|
}
|
|
|
|
exe('sdhcp', {'sdhcp.c', 'util/eprintf.c'})
|
|
file('bin/sdhcp', '755', '$outdir/sdhcp')
|
|
man{'sdhcp.1'}
|
|
|
|
fetch 'git'
|