diff options
author | /dev/humancontroller <devhc@example.com> | 2017-04-15 12:15:03 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-04-15 12:15:31 +0200 |
commit | ac19d3b9c2fb3299b3f32485a17b21905d6dc363 (patch) | |
tree | ff029cdeffedb8a44436a28cd906c8c0a70841b9 | |
parent | 1075ad6311cf4931b03a475cc24c72ba5922267c (diff) |
allow additional makefiles to be included via the new SETTINGS_MAKEFILES make-variable
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6f008a7..9bd8a79 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -46,6 +46,8 @@ endif ############################################################################# -include GNUmakefile.local +include $(SETTINGS_MAKEFILES) + ifeq ($(COMPILE_PLATFORM),cygwin) PLATFORM=mingw32 endif |