Add install target
[tmk.git] / README.md
blobdfcad2287c90709325927e3b84bc5855e0eca919
1 # TMk
3 A portable `make` replacement powered by Tcl.
5 <a href="https://scan.coverity.com/projects/tmk">
6   <img alt="Coverity Scan Build Status"
7        src="https://scan.coverity.com/projects/7553/badge.svg"/>
8 </a>
11 ## Powered By
13 |                                          Component                                    |                                    Description                                      |
14 |---------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
15 | [Jim Tcl](http://jim.tcl.tk/index.html/doc/www/www/index.html)                        | Jim is an opensource small-footprint implementation of the Tcl programming language |
16 | [SHA-1](https://github.com/B-Con/crypto-algorithms)                                   | Public Domain implementation by Brad Conte.                                         |
17 | [SQLite](http://sqlite.org/)                                                          | An embeddable, single-file SQL database.                                            |
20 ## Syntax highlighting
22 TMakefile syntax highlighting support is provided for Vim in the `vim-syntax` directory.