commit
cdbe1d05f8
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -91,3 +91,6 @@ ifneq ($(wildcard /.dockerenv), )
|
|||
endif
|
||||
|
||||
validate: fmt
|
||||
|
||||
uninstall:
|
||||
$(foreach file,containerd containerd-shim ctr,rm /usr/local/bin/$(file);)
|
||||
|
|
Loading…
Reference in a new issue