From c3836010a833220ef2f59a1e1d307a43ee393c03 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 30 Jan 2023 13:59:19 -0800 Subject: [PATCH] make: clean up obsolete targets Cleanup targets that have been removed in the past when the makefile for kata-deploy was included. Instead, add targets from the makefile under local-build kata-deploy. Fixes: #6165 Signed-off-by: Archana Shinde --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d4a3dad05f..8e856138c5 100644 --- a/Makefile +++ b/Makefile @@ -45,10 +45,8 @@ docs-url-alive-check: .PHONY: \ all \ - binary-tarball \ + kata-tarball \ + install-tarball \ default \ - install-binary-tarball \ static-checks \ docs-url-alive-check - -