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