conf/Makefile
Stephen Weinberg f602e48a7b Update so it compiles
Fixed issue 4
Fixed issue 8
Fixed issue 9
Fixed issue 10
Fixed issue 11
2011-06-27 11:04:32 -04:00

10 lines
130 B
Makefile

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