Makefile
changeset 0 6dbd969c8f3a
child 1 a01e06faf0db
equal deleted inserted replaced
-1:000000000000 0:6dbd969c8f3a
       
     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=cjyar/xmpp
       
     8 GOFILES=\
       
     9 	xmpp.go \
       
    10 
       
    11 include $(GOROOT)/src/Make.pkg