1cflags{
2 [[-D 'VERSION="0.1"']],
3 '-D _POSIX_C_SOURCE=20009L',
4 '-D _BSD_SOURCE',
5 '-std=c99',
6 '-pedantic',
7}
8
9exe('iomenu', [[iomenu.c utf8.c compat.c wcwidth.c term.c]])
10file('bin/iomenu', '755', '$outdir/iomenu')
11man{'iomenu.1'}
12
13fetch 'git'