Skip to content

Commit 321a86d

Browse files
committed
Add *.dSYM to Makefile clean
1 parent ada9704 commit 321a86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ cert.pem:
100100
./gen-certs.sh
101101

102102
clean:
103-
rm -rf test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc _build*
103+
rm -rf test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc _build* *.dSYM
104104

0 commit comments

Comments
 (0)