Commit d316aa7
authored
Remove Makefile (use ./task directly) (#5167)
Drop the Makefile and route every remaining caller through \`./task\`
directly.
#5050 introduced \`./task\` and kept the Makefile as a thin shim.
eng-dev-ecosystem #1273 was the last external consumer; it now calls
\`go tool task\` directly, so the shim has no callers left and can go.
The shim was also broken: \`make integration\` was silently exiting 0
because \`integration/\` is a real directory (\`.DEFAULT\` doesn't apply
when the target name matches a file/directory). That's how
cli-isolated-nightly stopped producing \`output.json\` for ~5 days.
### Diff
- Delete \`Makefile\`.
- \`integration/README.md\`: \`make integration\` → \`./task
integration\`.
- \`experimental/ssh/README.md\`: \`make build snapshot-release\` →
\`./task build snapshot-release\`.
- \`tools/bench_parse.py\`: docstring example.
No CI changes needed — \`.github/workflows/\` already calls \`./task\`.
This pull request was AI-assisted by Isaac.1 parent f415407 commit d316aa7
4 files changed
Lines changed: 3 additions & 12 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments