From 11640cc3c6a0d98d1fb157541de109251575d948 Mon Sep 17 00:00:00 2001
From: Niels Egberts <git@nielsegberts.nl>
Date: Sun, 2 Mar 2014 14:54:26 +0000
Subject: [PATCH] Also clean up multi_threaded and websocket_html.c on make
 clean

---
 examples/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Makefile b/examples/Makefile
index 8084fd8f3..b6dfac67b 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -55,4 +55,4 @@ u:
 	g++ unit_test.c -Wall -W -pedantic -lssl -g -O0 && ./a.out
 
 clean:
-	-@$(RM) hello upload post websocket auth server *.exe *.dSYM *.obj .*o
+	-@$(RM) hello upload post websocket auth server multi_threaded websocket_html.c *.exe *.dSYM *.obj .*o
-- 
GitLab