diff --git a/Makefile b/Makefile index 8ed6ce6e..3eb76390 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ install-tools: $(TOOLS_PATH) proto: $(TOOLS_PATH) @$(call print, "Generating protosbufs") - eval cd boltzrpc && ./gen_protos.sh && cd .. + eval cd pkg/boltzrpc && ./gen_protos.sh # # Tests