This commit is contained in:
2019-09-22 09:17:51 -04:00
parent 106d217fc7
commit 2830c9aae1
+6 -8
View File
@@ -1,12 +1,10 @@
hello:
sleep 1
echo hello
hello: hello/reuse hello/reuse/concurrent
hello/basic:
echo 'hello'
hello/reuse:
bake hello
hello/reuse/indent:
bake hello/reuse | bake_indent
bake hello/basic
hello/reuse/concurrent:
bake hello & bake hello
bake hello/reuse & bake hello/reuse