summaryrefslogtreecommitdiff
path: root/src/pkg/websocket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/websocket/Makefile')
-rw-r--r--src/pkg/websocket/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pkg/websocket/Makefile b/src/pkg/websocket/Makefile
new file mode 100644
index 000000000..6d3c9cbd1
--- /dev/null
+++ b/src/pkg/websocket/Makefile
@@ -0,0 +1,9 @@
+include ../../Make.inc
+
+TARG=websocket
+GOFILES=\
+ client.go\
+ server.go\
+ websocket.go\
+
+include ../../Make.pkg