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
Having a list of phonies at the end of the Makefile makes it easy to
miss adding a new phony when a target gets defined. Also, when the list
of targets grows, it's more difficult to manage phonies. We are
defining a target as phony just above the target definition - this keeps
things close.
0 commit comments