refactor: use relocated module names
Some checks failed
Some checks failed
This commit is contained in:
parent
22fd6e395b
commit
23632be7a4
9 changed files with 10 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ SRC_DIR := src
|
|||
SOURCES != find '$(SRC_DIR)' -iname '*.v'
|
||||
|
||||
V_PATH ?= v
|
||||
V := $(V_PATH) -showcc -gc boehm -W
|
||||
V := $(V_PATH) -showcc -gc boehm
|
||||
|
||||
all: vieter
|
||||
|
||||
|
|
|
|||
Reference in a new issue