We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uninstall
1 parent c02520b commit 3ca53f8Copy full SHA for 3ca53f8
Makefile
@@ -52,6 +52,10 @@ install:
52
cp -av _output/* /usr/local/
53
if [[ $(shell uname -s ) != Linux && ! -e /usr/local/bin/nerdctl ]]; then ln -sf nerdctl.lima /usr/local/bin/nerdctl; fi
54
55
+.PHONY: uninstall
56
+uninstall:
57
+ rm -rf /usr/local/bin/{lima,limactl,nerdctl.lima} /usr/local/share/lima /usr/local/share/doc/lima
58
+
59
.PHONY: clean
60
clean:
61
rm -rf _output
0 commit comments