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