Commit 3202865
authored
fix: add version and status to .PHONY targets in Makefile (#49)
The `make version` and `make status` commands were not working because
they were not declared as .PHONY targets. Make was treating them as file
targets and reporting "up to date" without executing the commands.1 parent 4d56615 commit 3202865
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments