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
Makefile: Set dependencies to _output/bin/limactl$(exe) and _output/share/lima/lima-guestagent.Linux-%
Dependencies are defined using glob patterns:
- `limactl`: `go.mod`, `./cmd/limactl/**/!(*_test.go)`, `./pkg/**/!(*_test.go)`.
`vz.entitlements` will be added if darwin.
- `lima-guestagent`: `go.mod`, `./cmd/lima-guestagent/**/!(*_test.go)`, and `./pkg/**/!(*_test.go)`.
Those patterns are expanded by `bash` using `shopt`: `extglob`, `globstar`, and `nullglob`.
Signed-off-by: Norio Nomura <[email protected]>
0 commit comments