From 1f4c441d17b31c35371dda7f7503993ca9b98256 Mon Sep 17 00:00:00 2001 From: thomassong Date: Wed, 18 May 2016 09:19:45 +0800 Subject: [PATCH] add uninstall target Signed-off-by: thomassong --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index de1c359..526dd03 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);)