add uninstall target

Signed-off-by: thomassong <thomassong@tencent.com>
This commit is contained in:
thomassong 2016-05-18 09:19:45 +08:00
parent 57b7c3da91
commit 1f4c441d17
1 changed files with 3 additions and 0 deletions

View File

@ -91,3 +91,6 @@ ifneq ($(wildcard /.dockerenv), )
endif
validate: fmt
uninstall:
$(foreach file,containerd containerd-shim ctr,rm /usr/local/bin/$(file);)