Makefile
changeset 0 6dbd969c8f3a
child 1 a01e06faf0db
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Fri Dec 23 22:44:51 2011 -0700
@@ -0,0 +1,11 @@
+# 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 \
+
+include $(GOROOT)/src/Make.pkg