From f45ce435b398a183edbb9a7b29f6dbfa502bb92e Mon Sep 17 00:00:00 2001 From: Stephen Weinberg Date: Sun, 28 Mar 2010 19:53:38 -0400 Subject: [PATCH] Added Makefile --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..718cbaf --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +include $(GOROOT)/src/Make.$(GOARCH) + +TARG=goconf.googlecode.com/hg/ +GOFILES=\ + conf.go\ + get.go\ + read.go\ + write.go + +include $(GOROOT)/src/Make.pkg