changed the DJGPP makefiles to use different suffixes for intermediate
authorJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 8 Feb 2018 07:46:37 +0000 (09:46 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Thu, 8 Feb 2018 07:46:37 +0000 (09:46 +0200)
commit3d4c7952e336fb4c7a914c861f12c15e64f9ec1e
tree5fa2763cb8d7d6c306b186f9cd7f98f213bfc062
parent9b942b99fe10222bee50c47bfc809de268d331ec
changed the DJGPP makefiles to use different suffixes for intermediate
build files (.cof instead of .o, .dep instead of .d, and .dja instead of
.a), to make it possible to build both the linux and the dos version in
the same directory without conflict.
.gitignore
Makefile.dj
libs/imago/Makefile.dj
libs/oldmik/Makefile.dj