blob: fd2589ad6e8e95a9229689e0cb02511607c34eb4 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = base64/ cpfile/ dir-iterator/ fdstream/ link/ pager/ path/ prefix-map/ \
process/ sha256/ strcase/ timestamp/ triplet/
./: $d
include $d
|