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
Make relies on modification dates to decide whether to rebuild a target
or to skip it.
Running make vendor twice now gives this message the second time:
> make: 'vendor' is up to date.
And of course, it is much faster.
0 commit comments