blob: 6ed65acba75dd870625031a374b4f7fb9306cb83 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : bpkg-rep/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: exe{bpkg-rep-publish}
exe{bpkg-rep-publish}: in{publish} bash{utility}
bash{utility}: in{utility}
|