We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 97b70a0 commit 377e013Copy full SHA for 377e013
Makefile
@@ -139,7 +139,7 @@ GO_DIRS := build cmd models modules routers services tests
139
WEB_DIRS := web_src/js web_src/css
140
141
GO_SOURCES := $(wildcard *.go)
142
-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)
+GO_SOURCES += $(shell find $(GO_DIRS) -type f -name "*.go" ! -path modules/options/bindata.go ! -path modules/public/bindata.go ! -path modules/templates/bindata.go)
143
GO_SOURCES += $(GENERATED_GO_DEST)
144
GO_SOURCES_NO_BINDATA := $(GO_SOURCES)
145
0 commit comments