We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f290e04 commit 39cab0bCopy full SHA for 39cab0b
Makefile
@@ -110,7 +110,7 @@ TAGS ?=
110
TAGS_SPLIT := $(subst $(COMMA), ,$(TAGS))
111
TAGS_EVIDENCE := $(MAKE_EVIDENCE_DIR)/tags
112
113
-GO_DIRS := cmd integrations models modules routers build services vendor
+GO_DIRS := cmd integrations models modules routers build services vendor tools
114
GO_SOURCES := $(wildcard *.go)
115
GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go" -not -path modules/options/bindata.go -not -path modules/public/bindata.go -not -path modules/templates/bindata.go)
116
0 commit comments