examples/Makefile
branchgo.weekly.2012-01-15
changeset 97 356bcb181ecf
parent 96 45b5ad8e5d78
child 117 4afddcaf0f50
equal deleted inserted replaced
96:45b5ad8e5d78 97:356bcb181ecf
     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 TARG=interact
       
     8 GOFILES=\
       
     9 	interact.go \
       
    10 
       
    11 include $(GOROOT)/src/Make.cmd