diff --git a/Makefile b/Makefile
index bea1bf42d387e749369e8354850f916832c73d6a..73530d660dbccb7079a1428fd71ca87b0b22f8d9 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,7 @@ protoc:
 
 .PHONY: clean
 clean:
-	@rm -rf $(BINDIR)
-	@rm -f ./rootfs/tiller
+	@rm -rf $(BINDIR) ./rootfs/tiller ./_dist
 
 .PHONY: coverage
 coverage: