when I run this code multiple times I get following output:
. hello
-- compile
my question is why is the task_hello getting executed if though its targets are clearly present for last execution.
For task_compile, I get the expected behavior. It doesn't run again after the first invocation. What is so special about the open command.
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
In this simple code picked from tutorials:
when I run this code multiple times I get following output:
my question is why is the task_hello getting executed if though its targets are clearly present for last execution. For task_compile, I get the expected behavior. It doesn't run again after the first invocation. What is so special about the open command.
Upvote & Fund