Files
noVNC/Makefile
Joel Martin 8e1aa95ba3 First pass at working C wsproxy.
No sequence numbering and only support b64encoding at the moment.
2010-06-04 17:10:06 -05:00

13 lines
201 B
Makefile

wsproxy: wsproxy.o websocket.o
$(CC) $^ -l ssl -l resolv -o $@
#websocket.o: websocket.c
# $(CC) -c $^ -o $@
#
#wsproxy.o: wsproxy.c
# $(CC) -c $^ -o $@
clean:
rm -f wsproxy wsproxy.o websocket.o