mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 04:31:09 +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) #
|
||||
# ------------------------------------------------------ #
|
||||
|
||||
# ====================================================== #
|
||||
# !!! DO NOT ALTER ANYTHING BELOW THIS LINE !!! #
|
||||
# ====================================================== #
|
||||
|
||||
# User configurable options
|
||||
# -------------------------
|
||||
|
||||
|
@ -95,6 +91,8 @@ OSX_APP:=yes
|
|||
# case of presence.
|
||||
CONFIG_FILE := config.mk
|
||||
|
||||
# ----------
|
||||
|
||||
# In case a of a configuration file being present, we'll just use it
|
||||
ifeq ($(wildcard $(CONFIG_FILE)), $(CONFIG_FILE))
|
||||
include $(CONFIG_FILE)
|
||||
|
|
Loading…
Reference in a new issue