No description
- C 91.7%
- Python 7%
- Makefile 0.5%
- Roff 0.4%
- Shell 0.4%
| .github/workflows | ||
| md2html | ||
| scripts | ||
| src | ||
| test | ||
| .gitignore | ||
| CHANGELOG.md | ||
| config.mk | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
md4c-make
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.
Makefile
Targets
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).