mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Add *.dSYM to Makefile clean
This commit is contained in:
parent
ada97046a2
commit
321a86d9f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue