Move wsproxy and web utils into utils/ subdir.

This commit is contained in:
Joel Martin
2010-06-07 12:47:02 -05:00
parent 9e61a9c6f0
commit 7210e79e04
10 changed files with 6 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
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