Skip to content

Commit d0dd76e

Browse files
authored
Merge pull request #4 from nikhilc1527/main
fixed makefile bug
2 parents 9d4963c + d39bac4 commit d0dd76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init_proj/init_template/Makefile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SRC_DIR := 'src'
2-
PROJ_VFILES := $(shell find $(SRC_DIR) -name "*.v")
2+
PROJ_VFILES = $(shell find $(SRC_DIR) -name "*.v")
33
GOOSE_CONFIG_FILES := $(shell find $(SRC_DIR) -name "*.v.toml")
44
GO_DIR := '.'
55
GO_FILES := $(shell find $(GO_DIR) -name "*.go")

0 commit comments

Comments
 (0)