diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-15 22:54:48 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-15 23:18:56 -0400 |
commit | b454f2c4c493b3edaefd6575bbce70cb52b4ad6e (patch) | |
tree | 1b3085ba1f8bbb1c93db34b0ab080225d75daf4b /.gitignore | |
parent | df116c73561cfb28e9d30e7b85eb4654a05ac901 (diff) | |
download | piem-b454f2c4c493b3edaefd6575bbce70cb52b4ad6e.tar.gz |
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/
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ *-autoloads.el *.elc *.info -config.mk |