diff --git a/Makefile b/Makefile index 895d3fd..332f70d 100644 --- a/Makefile +++ b/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 -W -d use_openssl all: vieter