[tor-commits] [websocket/master] websocket-client doesn't depend on local websocket library.
dcf at torproject.org
dcf at torproject.org
Fri Dec 13 07:14:21 UTC 2013
commit 20f26ca259c8c82a4f86b2da0da6e7b62b1d5a6e
Author: David Fifield <david at bamsoftware.com>
Date: Thu Dec 12 22:37:28 2013 -0800
websocket-client doesn't depend on local websocket library.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 28a94ad..0c2cafc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: websocket-server/websocket-server
websocket-server/websocket-server: websocket-server/*.go websocket/*.go
cd websocket-server && go build $(GOBUILDFLAGS)
-websocket-client/websocket-client: websocket-client/*.go websocket/*.go
+websocket-client/websocket-client: websocket-client/*.go
cd websocket-client && go build $(GOBUILDFLAGS)
install: websocket-server/websocket-server
More information about the tor-commits
mailing list