conf/Makefile
Stephen Weinberg f45ce435b3 Added Makefile
2010-03-28 19:53:38 -04:00

10 lines
157 B
Makefile

include $(GOROOT)/src/Make.$(GOARCH)
TARG=goconf.googlecode.com/hg/
GOFILES=\
conf.go\
get.go\
read.go\
write.go
include $(GOROOT)/src/Make.pkg