diff --git a/Makefile b/Makefile index 271036a..abcabc7 100755 --- a/Makefile +++ b/Makefile @@ -79,6 +79,7 @@ $(BIN)/protogen: protoc-test: protoc $(BIN)/protogen @$(PROTOC_DIR)/bin/protoc \ + --go_out=. --go_opt=paths=source_relative \ --plugin=protoc-gen-go-frostfs=$(abspath $(BIN)/protogen) \ --go-frostfs_opt=Mutil/proto/test/test.proto=git.frostfs.info/TrueCloudLab/frostfs-api-go/v2/util/proto/test/custom \ --go-frostfs_opt=module=git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 \