mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 12:41:21 +00:00
Some small formatting changes
This commit is contained in:
parent
865378a926
commit
ffd7f5991e
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -25,10 +25,6 @@
|
||||||
# - Windows (MinGW) #
|
# - Windows (MinGW) #
|
||||||
# ------------------------------------------------------ #
|
# ------------------------------------------------------ #
|
||||||
|
|
||||||
# ====================================================== #
|
|
||||||
# !!! DO NOT ALTER ANYTHING BELOW THIS LINE !!! #
|
|
||||||
# ====================================================== #
|
|
||||||
|
|
||||||
# User configurable options
|
# User configurable options
|
||||||
# -------------------------
|
# -------------------------
|
||||||
|
|
||||||
|
@ -95,6 +91,8 @@ OSX_APP:=yes
|
||||||
# case of presence.
|
# case of presence.
|
||||||
CONFIG_FILE := config.mk
|
CONFIG_FILE := config.mk
|
||||||
|
|
||||||
|
# ----------
|
||||||
|
|
||||||
# In case a of a configuration file being present, we'll just use it
|
# In case a of a configuration file being present, we'll just use it
|
||||||
ifeq ($(wildcard $(CONFIG_FILE)), $(CONFIG_FILE))
|
ifeq ($(wildcard $(CONFIG_FILE)), $(CONFIG_FILE))
|
||||||
include $(CONFIG_FILE)
|
include $(CONFIG_FILE)
|
||||||
|
|
Loading…
Reference in a new issue