No description
This repository has been archived on 2025年01月26日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- C 72.4%
- Makefile 27.6%
| .gitignore | updated make file to use targets instead of a bunch of ampersands lol. thanks for the tip acdw! | |
| LICENSE | add readme starter and licenese | |
| main.c | new makefile | |
| Makefile | new makefile | |
| README.md | updated readme | |
mth
a markup-to-html converter in c89.
TODO: gotta add support for more shit
requirements
- any c compiler
- optional: for eXtReMe source code checks:
gccclang-tidy(and probablyclang?)splintcppcheckvalgrind
compiling from source
just run make.
running checks
run make check.