Skip to content

Commit cdbe1d0

Browse files
committed
Merge pull request docker#242 from mYmNeo/uninstall
Add uninstall target
2 parents 614df93 + 1f4c441 commit cdbe1d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,6 @@ ifneq ($(wildcard /.dockerenv), )
9191
endif
9292

9393
validate: fmt
94+
95+
uninstall:
96+
$(foreach file,containerd containerd-shim ctr,rm /usr/local/bin/$(file);)

0 commit comments

Comments
 (0)