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
This rule is marked as .PHONY, which instructs make that
$(CURDIR)/bin/crc$(IS_EXE) is a 'virtual' target name, and does not
correspond to an actual file existing on disk. We thus don't really have
to make it that complicated, since this rule installs the crc binary
with "go install", we can just rename it to "install" and make the
Makefile slightly easier to read.
0 commit comments