blob: 7c8246781336fbb1237cdf08c0e5d1ffca2594e6 [file] [log] [blame]
Jens Geyer0e87c462013-06-18 22:25:07 +02001install:
2 @echo '##############################################################'
3 @echo '##############################################################'
4 @echo 'The Go client library should be insalled via "go get", please see /lib/go/README'
5 @echo '##############################################################'
6 @echo '##############################################################'
7
8check-local:
9 go test ./thrift
10
11all-local: check-local
12