blob: 125542436926d4e2a6adee89889a516807c753bd (
plain)
1
2
3
4
5
6
7
8
9
|
# file : libbutl/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: bash{$path.base($path.base(*.bash.in))}
bash{utility}: in{utility}
bash{manifest-parser}: in{manifest-parser} bash{utility}
bash{manifest-serializer}: in{manifest-serializer} bash{utility}
|