--- a/.emacs-my Mon Nov 23 15:24:02 2009 +0200
+++ b/.emacs-my Mon Nov 23 15:24:04 2009 +0200
@@ -852,6 +852,11 @@
;; (add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1))
;; ----------------------------------------------------------------------
+;; makefile, make
+
+(add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode))
+
+;; ----------------------------------------------------------------------
;; asm
;; (setq-default asm-comment-char 59)
(add-hook 'asm-mode-hook '(lambda () (setq comment-start "/*") (setq comment-end "*/")) t)