Skip to content
Snippets Groups Projects
Commit 5e570317 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Added pubsub example

parent c5839132
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,10 @@ form: form.c ../mongoose.c
mjpg: mjpg.c ../mongoose.c
$(CC) mjpg.c ../mongoose.c $(OUT) $(CFLAGS)
pubsub: websocket2.c ../mongoose.c
$(CC) websocket2.c ../mongoose.c $(OUT) $(CFLAGS)
proxy: proxy.c ../mongoose.c
$(CC) proxy.c ../mongoose.c $(OUT) \
-I../../net_skeleton -DNS_ENABLE_SSL -lssl $(CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment