diff --git a/Makefile b/Makefile index 4d1c49a2e..77267f186 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ TOOLS += agent-ctl STANDARD_TARGETS = build check clean install test vendor include utils.mk +include ./tools/packaging/kata-deploy/local-build/Makefile all: build @@ -33,10 +34,4 @@ generate-protocols: static-checks: build bash ci/static-checks.sh -binary-tarball: - make -f ./tools/packaging/kata-deploy/local-build/Makefile - -install-binary-tarball: - make -f ./tools/packaging/kata-deploy/local-build/Makefile install - .PHONY: all default static-checks binary-tarball install-binary-tarball