build: add protogen to modules list fix Makefile

Added protogen to the OC_MODULES list since it uses mockery so has
generated files.
Removed `include` for file which no-longer exists.
This commit is contained in:
06kellyjac
2025-06-19 16:25:39 +01:00
parent 2a3a20693a
commit 29f9e71044
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -5,7 +5,6 @@ ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warn
include ../.bingo/Variables.mk
endif
include ../.make/default.mk
include ../.make/generate.mk
.PHONY: go-generate
go-generate: $(MOCKERY)