Apparently DJGPP make also tries to use GNUMAKEF preferentially if it
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 17 May 2021 22:29:17 +0000 (01:29 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 17 May 2021 22:29:17 +0000 (01:29 +0300)
commit7bebf23b6be952edf8ef13e4802f87004792116a
tree0512d270410b084000ddea71b62069b4f3ddbab0
parentf35702a2d363b2f129796f2464fbe552edf393c2
Apparently DJGPP make also tries to use GNUMAKEF preferentially if it
can find it, so there's no point in calling the UNIX makefile
GNUmakefile. Revert it to Makefile and we'll just use make -f
makefile.dj for dos.
GNUmakefile [deleted file]
Makefile [new file with mode: 0644]