This repository is a "fork" of MD4C which replaces the CMake-based build system with POSIX Make.
See the original repo for the documentation, information, etc.
Check the makefile for all the details.
all: build allinstall: installs the md4c, md4c-html libraries and md2html atPREFIX.install-md4c: install md4c libraryinstall-md4c-htmlinstall md4c-html libraryinstall-md2htmlinstall md2html programuninstall
Modify config.mk to fit your needs (change compiler, flags, PREFIX, etc).