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 2572879 commit 6f57be0Copy full SHA for 6f57be0
Makefile
@@ -140,7 +140,7 @@ GO_DIRS := cmd tests models modules routers build services tools
140
WEB_DIRS := web_src/js web_src/css
141
142
GO_SOURCES := $(wildcard *.go)
143
-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)
144
GO_SOURCES += $(GENERATED_GO_DEST)
145
GO_SOURCES_NO_BINDATA := $(GO_SOURCES)
146
0 commit comments