Skip to content

Commit 61ca384

Browse files
authored
Merge pull request #1673 from AkihiroSuda/make-minimal
Makefile: add `make minimal`
2 parents 1fc7be1 + 1ed9afc commit 61ca384

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ all: binaries manpages
3636

3737
exe: _output/bin/limactl$(exe)
3838

39+
.PHONY: minimal
40+
minimal: clean \
41+
_output/bin/limactl$(exe) \
42+
codesign \
43+
_output/share/lima/lima-guestagent.Linux-$(shell uname -m | sed -e s/arm64/aarch64/)
44+
mkdir -p _output/share/lima/examples
45+
cp -aL examples/default.yaml _output/share/lima/examples/
46+
3947
.PHONY: binaries
4048
binaries: clean \
4149
_output/bin/lima \

0 commit comments

Comments
 (0)