1
0
mirror of https://github.com/golang/go synced 2024-10-05 12:31:23 -06:00
go/src/pkg/websocket/Makefile

10 lines
134 B
Makefile
Raw Normal View History

include $(GOROOT)/src/Make.$(GOARCH)
TARG=websocket
GOFILES=\
client.go\
server.go\
websocket.go\
include $(GOROOT)/src/Make.pkg