--- In [email protected], "izecksohn" <izecks...@...> wrote: > > --- "johnmatthews2000" <jm5678@> wrote: > > > > 1. Not code, but I'm going to mention it anyway. If I make the program on > > the Linux laptop, I get the following error: > > > > make: *** No rule to make target `rebase.exe', needed by `rebase.zip'. > > Stop. > > > The current Makefile successfully makes the ELF and the .tar.gz on Linux > and successfully makes the .exe and the .zip on Cygwin.
Depends what you mean by 'successfully' - if the user is given an error message, do you think that is ok? And why does the default target build the .tar.gz/.zip files? The user just wants an executable; why not have different targets?
