From 586d18d326d63de64a25ebacc685285936e40752 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Thu, 9 Feb 2012 19:54:26 +0100 Subject: [PATCH] Remove Makefile. Use go tool. Go weekly.2012-02-07. --- Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 63a9b81..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -include $(GOROOT)/src/Make.inc - -TARG=github.com/dchest/uniuri -GOFILES=\ - uniuri.go - -include $(GOROOT)/src/Make.pkg -