Some small formatting changes

This commit is contained in:
Yamagi Burmeister 2014-02-26 20:40:17 +01:00
parent 865378a926
commit ffd7f5991e

View file

@ -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)