makefile fixes

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-02 09:28:12 -05:00
parent 15fe83812b
commit 0f1bdad780
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ PROTOGENLOCAL= $(shell if [ -e ~/go/bin/protoc-gen-go ]; then echo ~/go/bin/pro
all:
@echo ${PROTOGEN}
@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
./virtigo --version
@echo build worked