summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-02-06 17:31:44 +0100
committer/dev/humancontroller <devhc@example.com>2017-02-06 17:45:28 +0100
commitbb3a26d68c48eab79bbb3bb283c11a348413238c (patch)
tree0f600a13e1b5ccce564c469cde0ac850816687e3
parent40e72e5d6ac236fa1169f3acbe519abf6430391f (diff)
rename the Makefile to GNUmakefile
because it uses GNU Make extensions also update the .gitignore appropriately
-rw-r--r--.gitignore2
-rw-r--r--GNUmakefile (renamed from Makefile)0
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e5f58573..e2bfd5d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
/build
-/Makefile.local
+/GNUmakefile.local
diff --git a/Makefile b/GNUmakefile
index 9ab4227a..9ab4227a 100644
--- a/Makefile
+++ b/GNUmakefile