Fixed m68000 makefile not respecting the VERBOSE build option

This commit is contained in:
Julian Sikorski 2018-06-08 22:34:41 +02:00
parent 0b156d2889
commit 545b3a907e

View File

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