From b454f2c4c493b3edaefd6575bbce70cb52b4ad6e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 15 May 2020 22:54:48 -0400 Subject: Makefile: Try to be more portable This is my attempt to follow Chris Wellons's recommendations [*]. I'm not sure how successful it is, but GNU make and bmake (from Debian) seem happy. [*] https://nullprogram.com/blog/2017/08/20/ https://nullprogram.com/blog/2020/01/22/ --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 29ad95c..a83b8f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *-autoloads.el *.elc *.info -config.mk -- cgit v1.2.3