aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/submit/buildfile
blob: d6e04dcd540d447b85997650561f332cd6b8b170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : brep/handler/submit/buildfile
# license   : MIT; see accompanying LICENSE file

./: exe{brep-submit-dir} exe{brep-submit-git}

include ../

exe{brep-submit-dir}: in{submit-dir} bash{submit} ../bash{handler}

exe{brep-submit-git}: in{submit-git} \
                      bash{submit-git} bash{submit} ../bash{handler}

bash{submit}:     in{submit} ../bash{handler}
bash{submit-git}: in{submit-git} bash{submit} ../bash{handler}