fix typo in the makefile (adding an extra space)
This commit is contained in:
parent
eeda7cae23
commit
83cbe921dc
3
Makefile
3
Makefile
|
|
@ -77,7 +77,8 @@ LIBS_DL ?= -ldl # nothing on Win32
|
||||||
CPPFLAGS_ZLIB ?=
|
CPPFLAGS_ZLIB ?=
|
||||||
LIBS_ZLIB ?= -lz
|
LIBS_ZLIB ?= -lz
|
||||||
DEPEND_ON_MAKEFILE ?= yes
|
DEPEND_ON_MAKEFILE ?= yes
|
||||||
DOWNLOAD_GAMEPACKS ?= yes # set to no to disable gamepack, set to all to even download undistributable gamepacks
|
DOWNLOAD_GAMEPACKS ?= yes
|
||||||
|
# set to no to disable gamepack, set to all to even download undistributable gamepacks
|
||||||
DEPENDENCIES_CHECK ?= quiet
|
DEPENDENCIES_CHECK ?= quiet
|
||||||
# or: off, verbose
|
# or: off, verbose
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user