1
0
mirror of synced 2025-04-19 00:24:02 +03:00

Add *.dSYM to Makefile clean

This commit is contained in:
yhirose 2025-02-18 05:56:22 -05:00
parent ada97046a2
commit 321a86d9f2

View File

@ -100,5 +100,5 @@ cert.pem:
./gen-certs.sh ./gen-certs.sh
clean: 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