diff --git a/Makefile b/Makefile index f5d074b..95a0671 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);)