Update services/settings/Makefile

This commit is contained in:
Jörn Friedrich Dreyer
2023-02-16 13:54:41 +01:00
committed by GitHub
parent b85387f707
commit 552f3b3058

View File

@@ -35,7 +35,7 @@ ci-node-generate:
include ../../.make/protobuf.mk
.PHONY: protobuf
protobuf: buf-generate $(BINGO)
protobuf: buf-generate $(PROTOC_GO_INJECT_TAG)
cd ../../protogen/gen/ && $(PROTOC_GO_INJECT_TAG) -input="ocis/messages/settings/v0/*.pb.go"
############ licenses ############