mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
38d892a0eb
This is deliberate, but the comment does not have the right form to suppress the gcc warning.
11 lines
204 B
Lua
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'
|