handy little utility for adding the mz header to a .bin file for generating mz type .exe files
ie. the old .exe format that used to run on dos.


to build just type make

its standalone so just put the executable in your path somewhere.
to use
just
addmzhdr foo.bin foo.exe
or addmzhdr -? to get the options.
