summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-04-15 10:24:41 +0200
committer/dev/humancontroller <devhc@example.com>2017-04-15 12:11:02 +0200
commitbbe420c567c1f44e51f2367e54ffad330fb9e099 (patch)
tree0bc09c9f4ee9b477a3ebb61a5b2416a62d23a221
parent511ee66585f67160453f0a68ab4d6f3a971ddb99 (diff)
rename the Makefile to GNUmakefile, and reference GNUmakefile.local instead of Makefile.local
because the Makefile uses GNU Make extensions
-rw-r--r--GNUmakefile (renamed from Makefile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/GNUmakefile
index 9ab4227..54385e6 100644
--- a/Makefile
+++ b/GNUmakefile
@@ -44,7 +44,7 @@ endif
# causing problems with keeping up to date with the repository.
#
#############################################################################
--include Makefile.local
+-include GNUmakefile.local
ifeq ($(COMPILE_PLATFORM),cygwin)
PLATFORM=mingw32