We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997849 commit 0285c4eCopy full SHA for 0285c4e
Makefile
@@ -17,7 +17,7 @@ GO_BUILD := $(GO) build -ldflags="-s -w -X $(PACKAGE)/pkg/version.Version=$(VERS
17
all: binaries
18
19
.PHONY: binaries
20
-binaries: \
+binaries: clean \
21
_output/bin/lima \
22
_output/bin/limactl \
23
_output/bin/nerdctl.lima \
@@ -56,7 +56,7 @@ _output/share/lima/lima-guestagent.Linux-aarch64:
56
chmod 644 $@
57
58
.PHONY: install
59
-install:
+install: uninstall
60
mkdir -p "$(DEST)"
61
# Use tar rather than cp, for better symlink handling
62
( cd _output && tar c * | tar Cxv "$(DEST)" )
0 commit comments