mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 03:08:53 +00:00
0e87c46c18
Patch: Travis Cline
13 lines
444 B
Makefile
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
|
|
|