Skip to content

Commit

Permalink
fix(make): adds missing SRC folders
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Jun 28, 2024
1 parent f597426 commit 3651d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate: tools ## Generates required resources for the controller to work prope
$(LOCALBIN)/controller-gen rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
$(call fetch-external-crds,github.com/kuadrant/authorino,api/v1beta1)

SRC_DIRS:=./controllers ./test
SRC_DIRS:=./controllers ./pkg ./version ./test
SRCS:=$(shell find ${SRC_DIRS} -name "*.go")

.PHONY: format
Expand Down

0 comments on commit 3651d53

Please sign in to comment.