diff --git a/examples/Makefile b/examples/Makefile index 8084fd8f3cfc4158a7dab335ae3acc009a3d724b..b6dfac67b587d5802863037f4f3c37d1c730c022 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