We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d4963c + d39bac4 commit d0dd76eCopy full SHA for d0dd76e
init_proj/init_template/Makefile.tmpl
@@ -1,5 +1,5 @@
1
SRC_DIR := 'src'
2
-PROJ_VFILES := $(shell find $(SRC_DIR) -name "*.v")
+PROJ_VFILES = $(shell find $(SRC_DIR) -name "*.v")
3
GOOSE_CONFIG_FILES := $(shell find $(SRC_DIR) -name "*.v.toml")
4
GO_DIR := '.'
5
GO_FILES := $(shell find $(GO_DIR) -name "*.go")
0 commit comments