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 it easy to (re)build a single command without building all of
them. Using main.go as the only prerequisite cuts some corners, but
prerequisites for this are hard ;). With this commit, you can touch
main.go to force a rebuild. If that ends up being too awkward, we can
make these .PHONY targets.
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments