You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to your `~/.bash_profile` or `~/.bashrc`. Note that completion is __not__ exhaustive, as the above only includes targets which have been __explicitly__ declared phony targets
473
+
474
+
```
475
+
.PHONY: beep-boop
476
+
```
477
+
478
+
and does not include targets declared via variables. Excluded targets could be included by dumping the Makefile database `make -qp`, but such inclusion has a performance cost and is unnecessary due to the predominant use of `PHONY`.
0 commit comments