blob: 5f72241ec7f121ef0b3fd501ddd3425f23c9f35c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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'
|