Files
bake/examples/reuse/Bakefile
T
2019-09-22 09:17:51 -04:00

11 lines
173 B
Plaintext

hello: hello/reuse hello/reuse/concurrent
hello/basic:
echo 'hello'
hello/reuse:
bake hello/basic
hello/reuse/concurrent:
bake hello/reuse & bake hello/reuse