diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/devices/cpu/m68000/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/makefile b/src/devices/cpu/m68000/makefile index e98bbe8778e..770a80e63bc 100644 --- a/src/devices/cpu/m68000/makefile +++ b/src/devices/cpu/m68000/makefile @@ -8,7 +8,7 @@ ifeq ($(OS),os2) EXE := .exe endif -ifndef verbose +ifndef VERBOSE SILENT = @ endif CC = gcc |