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.
make minimal
1 parent 1fc7be1 commit 1ed9afcCopy full SHA for 1ed9afc
Makefile
@@ -36,6 +36,14 @@ all: binaries manpages
36
37
exe: _output/bin/limactl$(exe)
38
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
+
47
.PHONY: binaries
48
binaries: clean \
49
_output/bin/lima \
0 commit comments