Merge pull request #345 from nielsegberts/master

Also clean up multi_threaded and websocket_html.c on make clean
This commit is contained in:
Sergey Lyubka 2014-03-02 15:48:25 +00:00
commit 9c22771a43

View File

@ -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