We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4963c commit d39bac4Copy full SHA for d39bac4
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