Command explanations
make prefix=/usr linux: This command
overrides the prefix variable that is set to
/usr/local in the
Makefile
and builds the executables for a linux system. The alternatives to
'linux' can be seen with a 'make list' command.
make prefix=/usr linux_shlibz: Build shared
libunzip and link UnZip against
it and zlib.