mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Fixed m68000 makefile not respecting the VERBOSE build option
This commit is contained in:
parent
0b156d2889
commit
545b3a907e
@ -8,7 +8,7 @@ ifeq ($(OS),os2)
|
||||
EXE := .exe
|
||||
endif
|
||||
|
||||
ifndef verbose
|
||||
ifndef VERBOSE
|
||||
SILENT = @
|
||||
endif
|
||||
CC = gcc
|
||||
|
Loading…
Reference in New Issue
Block a user