diff options
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 |
commit | bbe420c567c1f44e51f2367e54ffad330fb9e099 (patch) | |
tree | 0bc09c9f4ee9b477a3ebb61a5b2416a62d23a221 | |
parent | 511ee66585f67160453f0a68ab4d6f3a971ddb99 (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
@@ -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 |