aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-08-08 13:49:49 +0200
committerDavid Bremner <david@tethera.net>2020-08-09 21:14:36 -0300
commitc4541353765dec837c1c2f912b1bf6661827429c (patch)
tree55505550d2b472e2c1d585da5e6a6e4f20670ba0 /compat
parent177cd31fbdff93254d576b737b55656d3a6086b5 (diff)
emacs: Use makefile-gmake-mode in Makefile*s
Use `makefile-gmake-mode' instead of `makefile-mode' because the former also highlights ifdef et al. while the latter does not. "./Makefile.global" and one "Makefile.local" failed to specify any major mode at all but doing so is necessary because Emacs does not automatically figure out that these are Makefiles (of any flavor).
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.local b/compat/Makefile.local
index bcb9f0ec..2ee1b399 100644
--- a/compat/Makefile.local
+++ b/compat/Makefile.local
@@ -1,4 +1,4 @@
-# -*- makefile -*-
+# -*- makefile-gmake -*-
dir := compat
extra_cflags += -I$(srcdir)/$(dir)