diff --git a/Makefile b/Makefile index 54ce7347..064261f0 100644 --- a/Makefile +++ b/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)