Merge pull request #3645 from belegdol/m68000_fix_verbose

Fixed m68000 makefile not respecting the VERBOSE build option
This commit is contained in:
R. Belmont 2018-06-08 19:25:15 -04:00 committed by GitHub
commit eee8d0d2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ ifeq ($(OS),os2)
EXE := .exe
endif
ifndef verbose
ifndef VERBOSE
SILENT = @
endif
CC = gcc