# HG changeset patch # User Chris Jones # Date 1338052160 21600 # Node ID 45b5ad8e5d78b8bc056d6d5bc0ab5302ff93404a # Parent 0ef947611eec94d68c3b5c328c48c58a8d49b6d5 Removing Makefile. Shouldn't need it anymore. diff -r 0ef947611eec -r 45b5ad8e5d78 Makefile --- a/Makefile Thu May 24 23:27:31 2012 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# 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 \ - roster.go \ - stream.go \ - structs.go \ - -examples: install - gomake -C examples all - -clean: clean-examples - -clean-examples: - gomake -C examples clean - -include $(GOROOT)/src/Make.pkg