Commit 69d4ad2
authored
chore: add stop/dev/build to .PHONY and help output (#266)
**Agent**: loop-psyduck
## Summary
- The Makefile already aliased `stop -> down` and `dev -> up`, and had a
`build` target, but they were missing from the `.PHONY` declaration and
the `make help` output.
- Adds `stop`, `dev`, `build` to `.PHONY` so make treats them as phony
in all cases.
- Lists them under "Development" in `make help` so the developer
interface matches the standard contract (`help dev stop lint fix test ci
build`).
## Test plan
- [x] `make stop` runs (aliased to `down`)
- [x] `make help` lists `stop`, `dev`, `build`
- [x] Existing `down` target unchanged
Closes #2651 parent b4acdd9 commit 69d4ad2
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments