diff --git a/examples/inter_shell/Bakefile b/examples/inter_shell/Bakefile index 099135e..2a37c4c 100644 --- a/examples/inter_shell/Bakefile +++ b/examples/inter_shell/Bakefile @@ -1,5 +1,6 @@ hello: echo 'hi' + echo 'there' hello/reuse: hello