From 25ea7fa98e3c6b2e199ab2e52253c7ddc3ce2f16 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 9 Mar 2023 15:31:49 +0200 Subject: [PATCH] Remove whitespace in Makefile Signed-off-by: Evan Lezar --- build/container/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/container/Makefile b/build/container/Makefile index 789365e2..3f5ebd3c 100644 --- a/build/container/Makefile +++ b/build/container/Makefile @@ -50,7 +50,7 @@ META_TARGETS := packaging BUILD_TARGETS := $(patsubst %,build-%,$(DISTRIBUTIONS) $(META_TARGETS)) PUSH_TARGETS := $(patsubst %,push-%,$(DISTRIBUTIONS) $(META_TARGETS)) -TEST_TARGETS := $(patsubst %,test-%, $(DISTRIBUTIONS)) +TEST_TARGETS := $(patsubst %,test-%,$(DISTRIBUTIONS)) .PHONY: $(DISTRIBUTIONS) $(PUSH_TARGETS) $(BUILD_TARGETS) $(TEST_TARGETS)