diff --git a/Makefile b/Makefile index a0101a5..165939f 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