Disable verbose

This commit is contained in:
gijs 2023-09-26 21:19:33 +02:00
parent 22a83c9f4f
commit b17f8d0fed
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ TARGET := ogrebattle64
COMPARE ?= 1 COMPARE ?= 1
NON_MATCHING ?= 0 NON_MATCHING ?= 0
CHECK ?= 1 CHECK ?= 1
VERBOSE ?= 1 VERBOSE ?= 0
PRETTY_PRINTING ?= 1 PRETTY_PRINTING ?= 1
# Fail early if baserom does not exist # Fail early if baserom does not exist