Makefile
author Chris Jones <chris@cjones.org>
Mon, 26 Dec 2011 14:36:41 -0700
changeset 9 4fe926b03827
parent 1 a01e06faf0db
child 10 f38b0ee7b1c1
permissions -rw-r--r--
Reorganize so we have a layered approach to IO with the server.

# Copyright 2009 The Go Authors.  All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

include $(GOROOT)/src/Make.inc

TARG=cjyar/xmpp
GOFILES=\
	xmpp.go \
	structs.go \

include $(GOROOT)/src/Make.pkg