1cflags {
2 [['-D VERSION="1.5.0"']],
3 '-std=c99',
4 '-pedantic',
5 '-Wall',
6}
7
8exe('smu', {'smu.c'})
9file('bin/smu', '755', '$outdir/smu')
10
11man{'smu.1'}
12
13fetch 'git'
1cflags {
2 [['-D VERSION="1.5.0"']],
3 '-std=c99',
4 '-pedantic',
5 '-Wall',
6}
7
8exe('smu', {'smu.c'})
9file('bin/smu', '755', '$outdir/smu')
10
11man{'smu.1'}
12
13fetch 'git'