- Rewrite the Makefile.
- Remove config.mk
- Be verbose.
- Separate CFLAGS, CPPFLAGS and LDFLAGS and respect system compiler flags.
- Remove default POSIX flags such as ${CC}.
- make dist: add missing files.
- make dist: pipe directly to stdin instead of making a tar file.
- Generalize the name and use ${NAME},${BIN} and ${MAN1} variables.
Signed-off-by: Christoph Lohmann <20h@r-36.net>