Преглед изворни кода

Fix problem with clean command in Makefile

yhirose пре 1 година
родитељ
комит
45f3694f82
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      example/Makefile

+ 1 - 1
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