blob: 87158a7646320db05185b356d9c50745496cd3ce (
plain)
1
2
3
4
5
6
7
|
# file : buildfile
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = build/ tests/
./: $d doc{INSTALL LICENSE} file{bootstrap version}
include $d
|