We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 614df93 + 1f4c441 commit cdbe1d0Copy full SHA for cdbe1d0
Makefile
@@ -91,3 +91,6 @@ ifneq ($(wildcard /.dockerenv), )
91
endif
92
93
validate: fmt
94
+
95
+uninstall:
96
+ $(foreach file,containerd containerd-shim ctr,rm /usr/local/bin/$(file);)
0 commit comments