branch: elpa/emacsql
commit 12effe77f4ce90d4f9013c728d506cd85f6dee34
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    Rename .config.mk to config.mk
    
    For consistency with other packages I maintain.
---
 .gitignore | 2 +-
 Makefile   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4c09465ec8c..004cced8278 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 /*.elc
 /*-autoloads.el
-/.config.mk
+/config.mk
 /stats/
diff --git a/Makefile b/Makefile
index 070a4c21fc1..4f27a6d6b8d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
--include .config.mk
+-include config.mk
 
 PKG = emacsql
 

Reply via email to