conf/Makefile

11 lines
136 B
Makefile
Raw Normal View History

2010-03-28 23:53:38 +00:00
include $(GOROOT)/src/Make.$(GOARCH)
2010-03-29 04:24:03 +00:00
TARG=conf
2010-03-28 23:53:38 +00:00
GOFILES=\
conf.go\
get.go\
read.go\
write.go
include $(GOROOT)/src/Make.pkg