conf/Makefile
2010-03-29 00:24:03 -04:00

10 lines
136 B
Makefile

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