mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
Merge pull request #3645 from belegdol/m68000_fix_verbose
Fixed m68000 makefile not respecting the VERBOSE build option
This commit is contained in:
commit
eee8d0d2d9
@ -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