Merge pull request #242 from mYmNeo/uninstall

Add uninstall target
This commit is contained in:
Kenfe-Mickaël Laventure 2016-05-18 09:24:00 -07:00
commit cdbe1d05f8
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);)