* Fixed test/Makefile problem when cleaning *.pem files

* Fix #1121
This commit is contained in:
yhirose 2021-12-11 19:07:12 -05:00 committed by GitHub
parent 084c643973
commit 743ecbd365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 15 deletions

View file

@ -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