Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lws-team committed Oct 28, 2010
0 parents commit ff95d7a
Show file tree
Hide file tree
Showing 4 changed files with 886 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
@@ -0,0 +1,8 @@
all:
gcc -Wall -Werror -rdynamic -fPIC -c libwebsockets.c
gcc -Wall -Werror -rdynamic -fPIC -c md5.c
gcc libwebsockets.o md5.o --shared -o libwebsockets.so

clean:
rm -f *.o *.so

0 comments on commit ff95d7a

Please sign in to comment.