blob: c64a34f9c3c959168fafeccc4fa6c54e251eeebe (
plain)
1
2
3
4
5
6
7
|
# file : examples/buildfile
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
d = features/ file/ hello/
./: $d doc{README}
include $d
|