From 321a86d9f2b1b790486105ec948fd4c1e7487b2f Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 18 Feb 2025 05:56:22 -0500 Subject: [PATCH] Add *.dSYM to Makefile clean --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 1089dc6..d4f10d1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -100,5 +100,5 @@ cert.pem: ./gen-certs.sh clean: - rm -rf test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc _build* + rm -rf test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc _build* *.dSYM