mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
11 lines
173 B
Plaintext
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
|