From 45f3694f820dd325cb7451240479afc2606f0b74 Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 8 Aug 2024 19:30:46 -0400 Subject: [PATCH] Fix problem with clean command in Makefile --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile b/example/Makefile index 7a049ce..c073988 100644 --- a/example/Makefile +++ b/example/Makefile @@ -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