From ee6789cdde09ffae511c4ca53860487c9774db6e Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Mon, 11 Apr 2016 10:23:15 +0200 Subject: [PATCH] "make clean" cleans also the tracer --- common/utils/T/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/common/utils/T/Makefile b/common/utils/T/Makefile index 27e1c8a5c0..9694273c19 100644 --- a/common/utils/T/Makefile +++ b/common/utils/T/Makefile @@ -31,3 +31,4 @@ main.o: T.h T_IDs.h T_defs.h clean: rm -f *.o $(PROG) $(GENIDS) core T_IDs.h + cd tracer && make clean -- GitLab