mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Issue1121 (#1122)
* Fixed test/Makefile problem when cleaning *.pem files * Fix #1121
This commit is contained in:
parent
084c643973
commit
743ecbd365
2 changed files with 18 additions and 15 deletions
|
@ -68,4 +68,4 @@ cert.pem:
|
|||
#c_rehash .
|
||||
|
||||
clean:
|
||||
rm -f test test_split test_proxy server_fuzzer pem *.0 *.o *.1 *.srl httplib.h httplib.cc
|
||||
rm -f test test_split test_proxy server_fuzzer *.pem *.0 *.o *.1 *.srl httplib.h httplib.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue