add uninstall target
Signed-off-by: thomassong <thomassong@tencent.com>
This commit is contained in:
parent
57b7c3da91
commit
1f4c441d17
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -91,3 +91,6 @@ ifneq ($(wildcard /.dockerenv), )
|
||||||
endif
|
endif
|
||||||
|
|
||||||
validate: fmt
|
validate: fmt
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
$(foreach file,containerd containerd-shim ctr,rm /usr/local/bin/$(file);)
|
||||||
|
|
Loading…
Reference in a new issue