diff --git a/Makefile b/Makefile index de1c359ec..526dd036d 100644 --- a/Makefile +++ b/Makefile @@ -91,3 +91,6 @@ ifneq ($(wildcard /.dockerenv), ) endif validate: fmt + +uninstall: + $(foreach file,containerd containerd-shim ctr,rm /usr/local/bin/$(file);)