File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
FIND_EXCLUSIONS = \
53
53
-not \( \( -path '*/.git/*' -o -path './build/*' -o -path './vendor/*' -o -path './.coderv2/*' -o -path '*/node_modules/*' -o -path './site/out/*' -o -path './coderd/apidoc/*' \) -prune \)
54
54
# Source files used for make targets, evaluated on use.
55
- GO_SRC_FILES = $(shell find . $(FIND_EXCLUSIONS ) -type f -name '* .go')
55
+ GO_SRC_FILES : = $(shell find . $(FIND_EXCLUSIONS ) -type f -name '* .go')
56
56
# All the shell files in the repo, excluding ignored files.
57
- SHELL_SRC_FILES = $(shell find . $(FIND_EXCLUSIONS ) -type f -name '* .sh')
57
+ SHELL_SRC_FILES : = $(shell find . $(FIND_EXCLUSIONS ) -type f -name '* .sh')
58
58
59
59
# All ${OS}_${ARCH} combos we build for. Windows binaries have the .exe suffix.
60
60
OS_ARCHES := \
You can’t perform that action at this time.
0 commit comments