Skip to content

Commit 39cab0b

Browse files
committed
Added tools to Makefile
1 parent f290e04 commit 39cab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ TAGS ?=
110110
TAGS_SPLIT := $(subst $(COMMA), ,$(TAGS))
111111
TAGS_EVIDENCE := $(MAKE_EVIDENCE_DIR)/tags
112112

113-
GO_DIRS := cmd integrations models modules routers build services vendor
113+
GO_DIRS := cmd integrations models modules routers build services vendor tools
114114
GO_SOURCES := $(wildcard *.go)
115115
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)
116116

0 commit comments

Comments
 (0)