summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2010-06-07 12:47:02 -0500
committerJoel Martin <github@martintribe.org>2010-06-07 12:49:57 -0500
commit7210e79e04b5cedbef455438f2e93819dcea2cd1 (patch)
treeff26ec3629d363cd3dc9ba3883ea0c2020cb6533 /Makefile
parent9e61a9c6f0ac8381b8197ce68f2a570fd6f52dfd (diff)
downloadwebsockify-7210e79e04b5cedbef455438f2e93819dcea2cd1.tar.gz
Move wsproxy and web utils into utils/ subdir.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index bd824f8..0000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-