Added Makefile

This commit is contained in:
Stephen Weinberg 2010-03-28 19:53:38 -04:00
parent c49f1b4ed9
commit f45ce435b3
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -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