Commit ccff4abf authored by Sergey Lyubka's avatar Sergey Lyubka

Added proxy target

parent 24a79369
...@@ -56,6 +56,8 @@ form: form.c ../mongoose.c ...@@ -56,6 +56,8 @@ form: form.c ../mongoose.c
mjpg: mjpg.c ../mongoose.c mjpg: mjpg.c ../mongoose.c
$(CC) mjpg.c ../mongoose.c $(OUT) $(CFLAGS) $(CC) mjpg.c ../mongoose.c $(OUT) $(CFLAGS)
proxy: proxy.c ../mongoose.c
$(CC) proxy.c ../mongoose.c $(OUT) -I../../net_skeleton $(CFLAGS)
websocket_html.c: websocket.html websocket_html.c: websocket.html
perl mkdata.pl $< > $@ perl mkdata.pl $< > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment