blob: 87acbcadc68af47443cb3ae9e0c68a57ea455146 [file] [log] [blame]
Christian Lavoieafc6d8f2011-02-20 02:39:19 +00001# Copyright 2009 The Go Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style
3# license that can be found in the LICENSE file.
4
5include $(GOROOT)/src/Make.inc
6
7all: install
8
9TARG=TutorialServerClient
10
11DIRS=\
12
13GOFILES=\
14 CalculatorHandler.go\
15 GoClient.go\
16 GoServer.go\
17 main.go
18
19-include ../Make.deps
20
21include $(GOROOT)/src/Make.cmd
22