thrift/lib/go/Makefile.am
Jens Geyer 0e87c46c18 THRIFT-2012 Modernizing Go
Patch: Travis Cline
2013-06-18 22:25:07 +02:00

13 lines
444 B
Makefile

install:
@echo '##############################################################'
@echo '##############################################################'
@echo 'The Go client library should be insalled via "go get", please see /lib/go/README'
@echo '##############################################################'
@echo '##############################################################'
check-local:
go test ./thrift
all-local: check-local