blob: 6f4a025ae4f882c6684e5f0cd94a7c2281df67be (
plain)
1
2
3
4
5
6
7
8
9
|
# file : bpkg-rep/buildfile
# copyright : Copyright (c) 2014-2018 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}
|