parent
15fe83812b
commit
0f1bdad780
5
Makefile
5
Makefile
|
@ -13,6 +13,11 @@ PROTOGENLOCAL= $(shell if [ -e ~/go/bin/protoc-gen-go ]; then echo ~/go/bin/pro
|
||||||
all:
|
all:
|
||||||
@echo ${PROTOGEN}
|
@echo ${PROTOGEN}
|
||||||
@echo ${PROTOGENLOCAL}
|
@echo ${PROTOGENLOCAL}
|
||||||
|
@if [ ! -f ~/go/bin/protc-gen-go ]; then \
|
||||||
|
echo "you have not build ~/go/bin/protoc-gen-go from google's repo"; \
|
||||||
|
echo "run 'make protogen'" \
|
||||||
|
exit -1; \
|
||||||
|
fi
|
||||||
make build
|
make build
|
||||||
./virtigo --version
|
./virtigo --version
|
||||||
@echo build worked
|
@echo build worked
|
||||||
|
|
Loading…
Reference in New Issue