examples/Makefile
changeset 18 9f4af32925bf
equal deleted inserted replaced
17:d269d9c0fc8e 18:9f4af32925bf
       
     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