From 7a4285484df736a190ce03ba737a21499c99d0c7 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Mon, 14 Mar 2016 09:59:36 +0800 Subject: [PATCH] Add make uninstall command Signed-off-by: Qiang Huang --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index efe83af5..55530738 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,9 @@ dbuild: runctestimage install: cp runc /usr/local/bin/runc +uninstall: + rm -f /usr/local/bin/runc + clean: rm runc rm $(CURDIR)/Godeps/_workspace/src/github.com/opencontainers/runc