VOL-2096 - remove the k8s files which should not longer be used

Change-Id: If45d175e65d7b6669db48645bef944845cd6f6dc
diff --git a/Makefile b/Makefile
index c2a5e0a..d87af77 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,6 @@
 	find python -name '*.pyc' | xargs rm -f
 
 distclean: clean
-	rm -rf ${VENVDIR}
-	rm -rf ./sca_report
+	rm -rf ${VENVDIR} ./sca_report
 
 # end file