From 8510105b5dba02d758ad94b8479fb7c8cec6aa9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 29 Dec 2022 16:04:35 +0100 Subject: [PATCH] Remove libtestdriver1 with 'make clean' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a bit strange for tests/Makefile to clean up in library, but OTOH it's also tests/Makefile that copies this file there. Regardless, there was no place that cleaned up this file, and it needs to be removed somewhere. Signed-off-by: Manuel Pégourié-Gonnard --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index f0373381ef..312607ee30 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -203,6 +203,7 @@ ifndef WINDOWS rm -f src/*.o src/drivers/*.o src/libmbed* rm -f include/test/instrument_record_status.h rm -rf libtestdriver1 + rm -f ../library/libtestdriver1.a else if exist *.c del /Q /F *.c if exist *.exe del /Q /F *.exe