makefile: introduce make compatibility wrapper
commitc1cea57a0e5951981847e5725bdd0b48309e369b
authorKyle J. McKay <mackyle@gmail.com>
Sun, 19 Apr 2015 23:13:59 +0000 (19 16:13 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 19 Apr 2015 23:13:59 +0000 (19 16:13 -0700)
tree9856c992078d25f78df01135a920a4df69fa79b5
parent45e51eb31d6e4311d5cd6dc68db6ab08d74da50c
makefile: introduce make compatibility wrapper

On systems where "make" is not GNU make, attempt to
"just work" by adding a "makefile" compatibility wrapper.

If "make" is not GNU make but is a POSIX-compatible
"make" and GNU make is available as "gmake" on such a
system (the common name for it in that case), then
automagically redirect "make" to "gmake" transparently.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
makefile [new file with mode: 0644]
src/makefile [new file with mode: 0644]