Christian Lavoie | afc6d8f | 2011-02-20 02:39:19 +0000 | [diff] [blame] | 1 | # 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 | |||||
5 | include $(GOROOT)/src/Make.inc | ||||
6 | |||||
7 | all: install | ||||
8 | |||||
9 | TARG=TutorialServerClient | ||||
10 | |||||
11 | DIRS=\ | ||||
12 | |||||
13 | GOFILES=\ | ||||
14 | CalculatorHandler.go\ | ||||
15 | GoClient.go\ | ||||
16 | GoServer.go\ | ||||
17 | main.go | ||||
18 | |||||
19 | -include ../Make.deps | ||||
20 | |||||
21 | include $(GOROOT)/src/Make.cmd | ||||
22 |