mirror of
https://github.com/golang/go
synced 2024-11-14 23:50:28 -07:00
8f8b735295
R=r DELTA=958 (958 added, 0 deleted, 0 changed) OCL=35096 CL=35106
14 lines
286 B
Makefile
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
|