mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-27 07:29:41 +00:00
9 lines
146 B
Makefile
9 lines
146 B
Makefile
wsproxy: wsproxy.o websocket.o
|
|
$(CC) $^ -l ssl -l resolv -o $@
|
|
|
|
websocket.o wsproxy.o: websocket.h
|
|
|
|
clean:
|
|
rm -f wsproxy wsproxy.o websocket.o
|
|
|