Files
oasis-linux-mirror/pkg/atinout/gen.lua
T
Michael Forney 38d892a0eb atinout: Disable implicit fallthrough warning
This is deliberate, but the comment does not have the right form
to suppress the gcc warning.
2020-06-05 03:11:11 -07:00

11 lines
204 B
Lua

cflags{
'-std=c99', '-Wall', '-Wextra', '-Wpedantic',
'-Wno-implicit-fallthrough',
[[-D 'VERSION="0.9.1"']],
}
exe('atinout', {'atinout.c'})
file('bin/atinout', '755', '$outdir/atinout')
fetch 'git'