1cflags{
2 '-pedantic',
3 '-I $dir',
4}
5
6exe('dtach', {'attach.c', 'master.c', 'main.c'})
7
8file('bin/dtach', '755', '$outdir/dtach')
9
10man{'dtach.1'}
11
12fetch 'git'
1cflags{
2 '-pedantic',
3 '-I $dir',
4}
5
6exe('dtach', {'attach.c', 'master.c', 'main.c'})
7
8file('bin/dtach', '755', '$outdir/dtach')
9
10man{'dtach.1'}
11
12fetch 'git'