From e6ce301e835eeeb3bd6335820e8ef49ffeb7214d Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Sun, 19 Jan 2025 13:14:16 +0100
Subject: [PATCH] T hacks: minor: remove executable when doing 'make clean'

---
 common/utils/T/tracer/hacks/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/T/tracer/hacks/Makefile b/common/utils/T/tracer/hacks/Makefile
index f345bb4499a..71574067961 100644
--- a/common/utils/T/tracer/hacks/Makefile
+++ b/common/utils/T/tracer/hacks/Makefile
@@ -25,4 +25,4 @@ multi-rru-clean: ../utils.o ../database.o ../event.o ../configuration.o multi-rr
 	$(CC) $(CFLAGS) -c -o $@ $<
 
 clean:
-	rm -f *.o core dump_nack_signal time_meas timeplot
+	rm -f *.o core dump_nack_signal time_meas timeplot multi-rru-clean
-- 
GitLab