From 99171dac7c1dd4f13334b8502300e85a88d70947 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 19 Jul 2022 16:17:36 +0200 Subject: [PATCH] test/pts: update make clean target --- test/pts/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/pts/Makefile b/test/pts/Makefile index dfc4c0a82..3d3393b1b 100644 --- a/test/pts/Makefile +++ b/test/pts/Makefile @@ -279,15 +279,15 @@ microphone_control_service_client_test: microphone_control_service_client_test.h myclean: rm -rf *.pyc *.o $(AVDTP_TESTS) *.dSYM *_test *.wav *.sbc ${BTSTACK_ROOT}/port/libusb/*.o ${BTSTACK_ROOT}/src/*.o ${BTSTACK_ROOT}/src/classic/*.o ${BTSTACK_ROOT}/src/ble/*.o - rm -rf hog_device_test.h - rm -rf gatt_client_test.h - rm -rf gatt_server_test.h - rm -rf csc_server_test.h - rm -rf cycling_power_server_test.h - rm -rf gatt_profiles.h - rm -rf hrp_server_test.h - rm -f sco_input.msbc - rm -f sco_output.msbc + rm -f csc_server_test.h + rm -f cycling_power_server_test.h + rm -f gap_central_test.h + rm -f gap_peripheral_test.h + rm -f gatt_client_test.h + rm -f gatt_profiles.h + rm -f gatt_server_test.h + rm -f hog_device_test.h + rm -f hrp_server_test.h rm -f microphone_control_service_client_test.h clean: myclean