1
0
mirror of https://github.com/golang/go synced 2024-11-14 23:50:28 -07:00
go/usr/rsc/nacl/srpc/Makefile
Russ Cox 8f8b735295 Native Client SRPC (simple RPC), both server and client.
R=r
DELTA=958  (958 added, 0 deleted, 0 changed)
OCL=35096
CL=35106
2009-09-29 16:00:28 -07:00

14 lines
286 B
Makefile

# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.$(GOARCH)
TARG=nacl/srpc
GOFILES=\
client.go\
msg.go\
server.go\
include $(GOROOT)/src/Make.pkg