Archived
1
0
Fork
You've already forked mth
0
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%
2024年06月14日 13:15:13 -04:00
.gitignore updated make file to use targets instead of a bunch of ampersands lol. thanks for the tip acdw! 2024年05月01日 14:09:28 -04:00
LICENSE add readme starter and licenese 2024年05月01日 14:00:03 -04:00
main.c new makefile 2024年06月14日 13:13:32 -04:00
Makefile new makefile 2024年06月14日 13:13:32 -04:00
README.md updated readme 2024年06月14日 13:15:13 -04:00

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:
    • gcc
    • clang-tidy (and probably clang?)
    • splint
    • cppcheck
    • valgrind

compiling from source

just run make.

running checks

run make check.