examples/Makefile
author Chris Jones <chris@cjones.org>
Sat, 31 Dec 2011 10:11:01 -0700
changeset 37 fbda8e925fdf
parent 18 9f4af32925bf
permissions -rw-r--r--
Minor fixups to make this come closer to working. It doesn't actually work, though, because the nesting in XML is backwards from how it is in Go. <iq><query/></iq> vs. RosterIq { Iq }

# 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=interact
GOFILES=\
	interact.go \

include $(GOROOT)/src/Make.cmd