From 2fb28fac49cb0dfd7eea2599e3f5eecfc0c6a9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Tue, 25 Mar 2025 08:46:37 +0100 Subject: [PATCH] chore: add clean target to trace Makefile --- Foundation/samples/trace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/samples/trace/Makefile b/Foundation/samples/trace/Makefile index 459a5edaa..b6521e782 100644 --- a/Foundation/samples/trace/Makefile +++ b/Foundation/samples/trace/Makefile @@ -20,6 +20,6 @@ include $(POCO_BASE)/build/rules/exec else -all: +all clean: endif