summaryrefslogtreecommitdiff
path: root/src/pkg/websocket/Makefile
blob: 6d3c9cbd19825a7cc657b75e05418ed9f5878296 (plain)
1
2
3
4
5
6
7
8
9
include ../../Make.inc

TARG=websocket
GOFILES=\
	client.go\
	server.go\
	websocket.go\

include ../../Make.pkg