1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-05-09 17:07:33 +00:00

tools: fix makefile spacing

This minor PR removes the extra space in the makefiles.

Signed-off-by: Amulyam24 <amulmek1@in.ibm.com>
This commit is contained in:
Amulyam24 2024-01-09 12:56:43 +05:30 committed by Hyounggyu Choi
parent 394777291d
commit a4b5447924
3 changed files with 3 additions and 3 deletions
src/tools
agent-ctl
runk
trace-forwarder

View File

@ -7,7 +7,7 @@ include ../../../utils.mk
ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
endif
.DEFAULT_GOAL := default
default: build

View File

@ -10,7 +10,7 @@ include ../../../utils.mk
ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
endif
TARGET = runk
TARGET_PATH = target/$(TRIPLE)/$(BUILD_TYPE)/$(TARGET)

View File

@ -7,7 +7,7 @@ include ../../../utils.mk
ifeq ($(ARCH), ppc64le)
override ARCH = powerpc64le
endif
endif
.DEFAULT_GOAL := default
default: build