diff --git a/Makefile b/Makefile index b665d4e..5480124 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ vet: .PHONY: test test: - $(V) test $(SRC_DIR) + $(V) -d dynamic_boehm test $(SRC_DIR) # Build & patch the V compiler .PHONY: v