mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Fix problem with clean command in Makefile
This commit is contained in:
parent
c5c54b31e2
commit
45f3694f82
1 changed files with 1 additions and 1 deletions
|
@ -58,4 +58,4 @@ pem:
|
|||
openssl req -new -key key.pem | openssl x509 -days 3650 -req -signkey key.pem > cert.pem
|
||||
|
||||
clean:
|
||||
rm server client hello simplecli simplesvr upload redirect ssesvr ssecli benchmark *.pem
|
||||
rm server client hello simplecli simplesvr upload redirect ssesvr ssecli benchmark one_time_request *.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue