From 8e0e184fdfff5a5baa288e99f31222dabd673855 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 16 Jan 2019 13:54:52 +0530 Subject: [PATCH] update Make clean remove rbdplugin and cephplugin from _output directory during make clean. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e02f4277b..f54d68f0a 100644 --- a/Makefile +++ b/Makefile @@ -55,3 +55,5 @@ clean: go clean -r -x rm -f deploy/rbd/docker/rbdplugin rm -f deploy/cephfs/docker/cephfsplugin + rm -f _output/rbdplugin + rm -f _output/cephfsplugin