From 4853024928db4f887626e1a332fe12b69da9dbd4 Mon Sep 17 00:00:00 2001 From: Alex Bramley Date: Sun, 6 Nov 2011 06:26:59 +0000 Subject: [PATCH] Nuke extraneous makefiles, no longer needed. --- Makefile | 12 ------------ client/Makefile | 15 --------------- event/Makefile | 11 ----------- 3 files changed, 38 deletions(-) delete mode 100644 Makefile delete mode 100644 client/Makefile delete mode 100644 event/Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index b46474f..0000000 --- a/Makefile +++ /dev/null @@ -1,12 +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=gobot -GOFILES=\ - client.go\ - -include $(GOROOT)/src/Make.cmd - diff --git a/client/Makefile b/client/Makefile deleted file mode 100644 index 48c3976..0000000 --- a/client/Makefile +++ /dev/null @@ -1,15 +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=github.com/fluffle/goirc/client -GOFILES=\ - connection.go\ - commands.go\ - handlers.go\ - line.go\ - nickchan.go - -include $(GOROOT)/src/Make.pkg diff --git a/event/Makefile b/event/Makefile deleted file mode 100644 index 8eca287..0000000 --- a/event/Makefile +++ /dev/null @@ -1,11 +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=github.com/fluffle/goirc/event -GOFILES=\ - registry.go - -include $(GOROOT)/src/Make.pkg