Skip to content

Commit 1495065

Browse files
committed
Add shortcut target for building limactl
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 1ac5dee commit 1495065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ GO_BUILD := $(GO) build -ldflags="-s -w -X $(PACKAGE)/pkg/version.Version=$(VERS
2121
.PHONY: all
2222
all: binaries
2323

24+
exe: _output/bin/limactl$(exe)
25+
2426
.PHONY: binaries
2527
binaries: clean \
2628
_output/bin/lima \

0 commit comments

Comments
 (0)